diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
commit | c53fae8ea17f706db2f32296be3379daf741ad54 (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/unzip | |
parent | 3dce66c1f76b221d0d5070766cfd87a117dc8adb (diff) | |
download | pkgsrc-c53fae8ea17f706db2f32296be3379daf741ad54.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/unzip/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 0044daad475..91ca8e70602 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/15 18:10:48 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/16 13:15:41 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html +COMMENT= List, test and extract compressed files in a ZIP archive MAKEFILE= unix/Makefile ALL_TARGET= unzips diff --git a/archivers/unzip/pkg/COMMENT b/archivers/unzip/pkg/COMMENT deleted file mode 100644 index f6044b63204..00000000000 --- a/archivers/unzip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -List, test and extract compressed files in a ZIP archive |