diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-21 16:32:21 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-21 16:32:21 +0000 |
commit | 56919e685204493bbca13241244027093342c0ed (patch) | |
tree | 14e7cb79e7c584b7a3f569571a57ebe50c52ca18 /archivers/unzip | |
parent | 46e1feed2d221dff7d9209da48ef24306a521c60 (diff) | |
download | pkgsrc-56919e685204493bbca13241244027093342c0ed.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/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |