diff options
author | tron <tron@pkgsrc.org> | 2009-01-01 19:26:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-01-01 19:26:35 +0000 |
commit | a8ff04273f08018b1370744579a38b7d5ad3e799 (patch) | |
tree | b8c68afa58d2f3c7ce43026a634b695ca7ffadc5 /www/squid27 | |
parent | 54fc65502e5a0bd82ae5c474c096608bd1be2099 (diff) | |
download | pkgsrc-a8ff04273f08018b1370744579a38b7d5ad3e799.tar.gz |
Remove pointless manual assignment of "WRKSRC".
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 313d224e02f..cf10f4f64d7 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/24 14:15:49 taca Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/01 19:26:35 tron Exp $ DISTNAME= squid-2.7.STABLE5 PKGREVISION= 1 @@ -11,8 +11,6 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.squid-cache.org/ COMMENT= Post-Harvest_cached WWW proxy cache and accelerator -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} - USE_TOOLS+= perl GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= destdir |