diff options
author | gdt <gdt@pkgsrc.org> | 2007-01-11 19:08:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-01-11 19:08:50 +0000 |
commit | 947815617e6e72ffae4432876eb12ad75505f373 (patch) | |
tree | 14f3e78a0bfedc3c420ff5af1e8bf91031083396 /archivers | |
parent | 382750dbd4143762d64c5b01b9f415f0e8aee377 (diff) | |
download | pkgsrc-947815617e6e72ffae4432876eb12ad75505f373.tar.gz |
add LICENSE=generic-nonlicense, because RESTRICTED makes it clear this
is non-free, and that's better than missing LICENSE.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index c626d20bc7a..edf2b44071e 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/12/19 13:44:02 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2007/01/11 19:08:50 gdt Exp $ # DISTNAME= zip1-1.1 @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.info-zip.org/pub/infozip/ COMMENT= Create/update ZIP files compatible with pkzip version 1 +LICENSE= generic-nonlicense RESTRICTED= Do not modify. Do not sell for profit. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |