diff options
author | wiz <wiz> | 2001-02-20 11:40:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-20 11:40:07 +0000 |
commit | a4913611ccb2ab4e3099f979b2273ffc39b15f41 (patch) | |
tree | 996b37e7cd7f1ad0baa7cbe5465bf8cfa6756d40 /devel/pccts/Makefile | |
parent | 16f3b03c2f080625504e210d221ebe7a11d649fc (diff) | |
download | pkgsrc-a4913611ccb2ab4e3099f979b2273ffc39b15f41.tar.gz |
Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
Diffstat (limited to 'devel/pccts/Makefile')
-rw-r--r-- | devel/pccts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 2fb1dfac137..7f16cde2b75 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 14:38:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/20 11:40:09 wiz Exp $ # DISTNAME= pccts133mr22 @@ -11,8 +11,6 @@ MAINTAINER= David Maxwell <david@maxwell.net> HOMEPAGE= http://www.polhode.com/pccts.html COMMENT= Purdue Compiler Construction Tool Set -BUILD_DEPENDS= unzip:../../archivers/unzip - DIST_SUBDIR= ${PKGNAME} EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} |