diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 18:43:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 18:43:51 +0000 |
commit | cd0a9962dd201fac5162bc453036381c95187fd0 (patch) | |
tree | 79871eeff7d217210531b615d4964e0a5ceeca0a /time | |
parent | 23f90366e98a3f0dac78d567901f7d171046678c (diff) | |
download | pkgsrc-cd0a9962dd201fac5162bc453036381c95187fd0.tar.gz |
add license, add NO_BIN_ON_FTP
Diffstat (limited to 'time')
-rw-r--r-- | time/cardboard-schedule/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/time/cardboard-schedule/Makefile b/time/cardboard-schedule/Makefile index 9dcee7842d2..cf6cc3300d0 100644 --- a/time/cardboard-schedule/Makefile +++ b/time/cardboard-schedule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2008/09/12 18:43:51 gdt Exp $ # DISTNAME= cs113ins @@ -16,7 +16,9 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_X11BASE= yes -RESTRICTED= License prohibits redistribution on CDROM +LICENSE= cardboard-schedule-license +RESTRICTED= Distribution permitted only of unmodified distfile at no charge. +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |