diff options
author | gdt <gdt@pkgsrc.org> | 2006-07-06 14:43:27 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-07-06 14:43:27 +0000 |
commit | cd9a9be463931d1ad2253f75d710af9d7a5ee68b (patch) | |
tree | 919be77923064af848ffd4033e3e8aec0b874826 | |
parent | 16ae44d6ed8dd535d24416df3a0e5f4c2f2f61c0 (diff) | |
download | pkgsrc-cd9a9be463931d1ad2253f75d710af9d7a5ee68b.tar.gz |
Add RESTRICTED/NO_*_ON_* since the license does not grant permission
to redistribute.
-rw-r--r-- | archivers/szip/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 7b75d60896c..ad993658107 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/10 12:31:46 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/06 14:43:27 gdt Exp $ DISTNAME= szip-2.0 CATEGORIES= archivers @@ -12,6 +12,11 @@ COMMENT= Extended-Rice lossless compression PKG_INSTALLATION_TYPES= overwrite pkgviews LICENSE= szip-license +RESTRICTED= No permission to redistribute +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} USE_LIBTOOL= yes GNU_CONFIGURE= yes |