summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:35:32 +0000
committerjlam <jlam>2005-05-22 05:35:32 +0000
commite2c61dbdf8c028e904e2596a4de60a207ce6618b (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /www/squid
parentbd96890f4db05efbd84d2fbf9bdcc0b08b9e88bf (diff)
downloadpkgsrc-e2c61dbdf8c028e904e2596a4de60a207ce6618b.tar.gz
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 83dcafdd027..17fbadc13ac 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2005/05/12 16:09:48 taca Exp $
+# $NetBSD: Makefile,v 1.151 2005/05/22 05:35:33 jlam Exp $
DISTNAME= squid-2.5.STABLE9
PKGNAME= squid-2.5.9
@@ -83,7 +83,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
--localstatedir=${DATADIR} \
${SQUID_CONFIGURE_ARGS}
-#CONFIGURE_ENV+= PERL=${PERL5}
BUILD_DEFS+= SQUID_CONFIGURE_ARGS
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"