diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-10 14:07:23 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-10 14:07:23 +0000 |
commit | 2fad89363cde66aebab85696b97561096d230cbd (patch) | |
tree | 677dbe9184e4064801b3cc70f4bdc1d9dbc93211 /mail | |
parent | 191de7fdcdef3a5fababdba37db40d3c2304669c (diff) | |
download | pkgsrc-2fad89363cde66aebab85696b97561096d230cbd.tar.gz |
Set all except NO_SRC_ON_FTP per license.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mush/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index 29e1cb6aa2c..8deba4e1c5d 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/10/09 02:41:11 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/10 14:07:23 gdt Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 @@ -21,8 +21,10 @@ MAINTAINER= christos@NetBSD.org COMMENT= Text-based mail client LICENSE= mush-license -RESTRICTED= Can't sell the code as part of anything +RESTRICTED= Unmodified source may be distributed but not sold. +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} DIST_SUBDIR= mush |