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 /textproc/iso8879/Makefile | |
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 'textproc/iso8879/Makefile')
-rw-r--r-- | textproc/iso8879/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index bad079dcf29..40dfca15105 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:37:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/20 11:40:10 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1999/02/11 16:01:16 jfieber Exp # @@ -12,8 +12,6 @@ MAINTAINER= rh@NetBSD.ORG HOMEPAGE= http://www.iso.ch/cate/d16387.html COMMENT= Character entity sets from ISO 8879:1986 (SGML) -BUILD_DEPENDS= unzip:../../archivers/unzip - NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes |