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 | 5a03164274f366014e2507668a441cbb7a9c3abd (patch) | |
tree | b8c68afa58d2f3c7ce43026a634b695ca7ffadc5 /www/squid26 | |
parent | 5c3ab2e0da623bb7c9e87a09e306242f5e9a1607 (diff) | |
download | pkgsrc-5a03164274f366014e2507668a441cbb7a9c3abd.tar.gz |
Remove pointless manual assignment of "WRKSRC".
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index ff621cfeba3..0b24bfe86cf 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/24 14:15:48 taca Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/01 19:26:35 tron Exp $ DISTNAME= squid-2.6.STABLE22 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 |