diff options
author | heinz <heinz> | 2010-01-21 16:32:21 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-21 16:32:21 +0000 |
commit | 8b2ce64e364569f85968b4f0557ee37a5bd3d2da (patch) | |
tree | 14e7cb79e7c584b7a3f569571a57ebe50c52ca18 /archivers | |
parent | 2f30cbc6ecd003d369b294f3423439ab2408bb36 (diff) | |
download | pkgsrc-8b2ce64e364569f85968b4f0557ee37a5bd3d2da.tar.gz |
Added LICENSE information for zip/unzip. The license is not approved by
OSI but it is derived from BSD so I added it to the acceptable set of
licenses.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/zip/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 721d3eadabc..1ab1905fa78 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2009/08/08 16:01:31 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2010/01/21 16:32:21 heinz Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html COMMENT= List, test and extract compressed files in a ZIP archive +LICENSE= info-zip PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index fbdd43a9c59..e930ea172d8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2009/11/01 18:55:12 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/01/21 16:32:21 heinz Exp $ DISTNAME= zip30 PKGNAME= zip-3.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html COMMENT= Create/update ZIP files compatible with pkzip +LICENSE= info-zip PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |