diff options
author | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
commit | fc9a4154bd18ef4ecb13eea12394dd00397d0e7e (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/zip | |
parent | f6836d47c125c99c96280e21bb0bcadde4e02b6d (diff) | |
download | pkgsrc-fc9a4154bd18ef4ecb13eea12394dd00397d0e7e.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/zip/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index a7adacceab1..f0802cde37e 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/10/21 20:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/16 13:15:43 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -11,6 +11,7 @@ DISTFILES= zip23.tar.gz zcrypt29.zip MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html +COMMENT= Create/update ZIP files compatible with pkzip BUILD_DEPENDS= unzip:../../archivers/unzip diff --git a/archivers/zip/pkg/COMMENT b/archivers/zip/pkg/COMMENT deleted file mode 100644 index 4765fa18f54..00000000000 --- a/archivers/zip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create/update ZIP files compatible with pkzip |