diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
commit | 06f0a4c3c2051370b645889877b890871f653667 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /www/squid | |
parent | be7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff) | |
download | pkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 8 |
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 |