summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /www/squid
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 4af1a5fde9f..598b65d9391 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2000/05/19 07:18:55 tron Exp $
+# $NetBSD: Makefile,v 1.30 2000/08/27 02:46:08 jlam Exp $
DISTNAME= squid-2.3.STABLE3-src
PKGNAME= squid-2.3s3
@@ -18,15 +18,15 @@ PATCHFILES= squid-2.3.stable3-carp_compile.patch \
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.squid-cache.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --sysconfdir=/etc \
--localstatedir=/var/squid \
${SQUID_CONFIGURE_ARGS}
CONFIGURE_ENV+= CACHE_HTTP_PORT=${SQUID_HTTP_PORT} \
CACHE_ICP_PORT=${SQUID_ICP_PORT} \
- PERL=${LOCALBASE}/bin/perl
+ PERL=${PERL5}
BUILD_DEFS+= SQUID_CONFIGURE_ARGS SQUID_HTTP_PORT SQUID_ICP_PORT
MAKEFILE= makefile