diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /www/surfraw | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/surfraw')
-rw-r--r-- | www/surfraw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index 4c9624f5e0d..0c9fb9edacc 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/03/22 05:04:12 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/08/25 21:52:22 jlam Exp $ # DISTNAME= surfraw-1.0.7 @@ -11,15 +11,15 @@ COMMENT= Shell Users' Revolutionary Front Rage Against the Web CONFLICTS+= surfaw-[0-9]* -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} # Override sysconfdir so that the installation puts the example config file # in ${EGDIR}. # -MAKE_FLAGS+= sysconfdir=${EGDIR} -MAKE_ENV+= AM_MAKEFLAGS="${MAKE_FLAGS}" +MAKE_FLAGS+= sysconfdir=${EGDIR} +MAKE_ENV+= AM_MAKEFLAGS="${MAKE_FLAGS}" DOCDIR= ${PREFIX}/share/doc/surfraw EGDIR= ${PREFIX}/share/examples/${PKGBASE} |