From 6ca63f73d8e2fdacc411c28faec695b4a6128885 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 6 Jun 2011 15:00:36 +0000 Subject: [PATCH] do not treat a hand-rolled configure script as if it was an autoconf one --- security/amap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/amap/Makefile b/security/amap/Makefile index e10847e7ed1..64f75e61aba 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/12/06 12:08:55 stephan Exp $ +# $OpenBSD: Makefile,v 1.16 2011/06/06 15:00:36 naddy Exp $ COMMENT= application protocol detection tool @@ -23,7 +23,8 @@ WANTLIB= c crypto ssl pcre LIB_DEPENDS= devel/pcre -CONFIGURE_STYLE= gnu dest +CONFIGURE_STYLE=simple +CONFIGURE_ARGS= --prefix='$${${DESTDIRNAME}}${PREFIX}' USE_GROFF = Yes NO_REGRESS= Yes