diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
commit | 5de11cd51a08b7e042ee7db078fd58791ced3a35 (patch) | |
tree | 996b37e7cd7f1ad0baa7cbe5465bf8cfa6756d40 /devel/rdp | |
parent | 5f37108cc9772dbeff27be4fec0c6214fc73aacc (diff) | |
download | pkgsrc-5de11cd51a08b7e042ee7db078fd58791ced3a35.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/rdp')
-rw-r--r-- | devel/rdp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index 42958b03d8a..bf34dc0c195 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 14:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/20 11:40:09 wiz Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -10,8 +10,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.dcs.rhbnc.ac.uk/research/languages/rdp.shtml COMMENT= compiles attributed LL(1) grammars into recursive descent compilers -BUILD_DEPENDS= unzip:../../archivers/unzip - EXTRACT_CMD= unzip -Laqo ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/rdp |