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 /textproc/iso8879 | |
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 'textproc/iso8879')
-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 |