summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-07 06:12:19 +0000
committerjlam <jlam>2001-11-07 06:12:19 +0000
commitb614679dbf34bfc315ba5529119e770dbb323d4f (patch)
tree3abba1358dcabc5781fec9fac87e3dd1e0769391 /www
parent8105ff4fc51b191478a12eded373c07e0501effc (diff)
downloadpkgsrc-b614679dbf34bfc315ba5529119e770dbb323d4f.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/surfraw/Makefile3
1 files changed, 2 insertions, 1 deletions
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