Remove pointless manual assignment of "WRKSRC".
This commit is contained in:
parent
54fc65502e
commit
a8ff04273f
3 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/12/26 13:10:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/01/01 19:26:35 tron Exp $
|
||||
|
||||
DISTNAME= squid-3.0.STABLE11
|
||||
PKGNAME= ${DISTNAME:S/STABLE//}
|
||||
|
@ -10,8 +10,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_LANGUAGES= c c++
|
||||
USE_TOOLS+= perl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue