From 8bae87330d8fa0c63169fb616e873d986a1907c3 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 7 Nov 2001 06:12:19 +0000 Subject: Workaround differences in "make" behaviour between 1.5.2 and -current. These packages use GNU-automake-generated Makefiles, so we can pass our ${MAKE_FLAGS} in through AM_MAKEFLAGS. --- www/surfraw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/surfraw') diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index d8105de2173..a960dc7f363 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/11/06 10:58:04 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/11/07 06:12:20 jlam Exp $ # DISTNAME= surfraw-1.0.5 @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --sysconfdir=${SURFRAW_SYSCONFDIR} # in ${EGDIR}. # MAKE_FLAGS+= sysconfdir=${EGDIR} +MAKE_ENV+= AM_MAKEFLAGS="${MAKE_FLAGS}" SURFRAW_SYSCONFDIR?= ${PREFIX}/etc DOCDIR= ${PREFIX}/share/doc/surfraw -- cgit v1.2.3