diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 00:49:36 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 00:49:36 +0000 |
commit | 98c52e4d890df21b257e91d0fa3347f41e79d914 (patch) | |
tree | 7488911ef51ded8b3200e952077bd8d8273dad51 /news | |
parent | a179d1d3bf2bdd269ef9658c15353fd86faa7d5c (diff) | |
download | pkgsrc-98c52e4d890df21b257e91d0fa3347f41e79d914.tar.gz |
Add NO_BIN_ON_FTP because the license does not grant permission to
distribute derivative works.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpclnt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 1270d0b135b..4c24e790859 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/01/07 09:14:08 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2008/09/12 00:49:36 gdt Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 6 @@ -12,6 +12,8 @@ CONFLICTS+= inn-[0-9]* LICENSE= nntpclnt-license RESTRICTED= Do not sell, rent, trade, market, or use for monetary profit +# No permission granted for derivative works. +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |