diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-10 00:43:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-10 00:43:01 +0000 |
commit | 1cb7e31c6fbea6e60b393f400d9fd6e0dd4f1338 (patch) | |
tree | a0c40a9320113ebab25b0265e473046f01c216a9 /games | |
parent | 9c97c00913a0e3cd424a4ae91b0ca48b83c2aea3 (diff) | |
download | pkgsrc-1cb7e31c6fbea6e60b393f400d9fd6e0dd4f1338.tar.gz |
add:
# LICENSE pending investigation; absence of LICENSE violates
# "RESTRICTED implies LICENSE" pkgsrc rule.
LICENSE= generic-nonlicense
Diffstat (limited to 'games')
-rw-r--r-- | games/xfrisk/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index cff15c4c7bc..edb5d7da871 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/11/20 18:44:14 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2008/09/10 00:43:01 gdt Exp $ # DISTNAME= xfrisk-1.2 @@ -13,7 +13,12 @@ COMMENT= X11 version of the classic Risk board game WRKSRC= ${WRKDIR}/XFrisk USE_TOOLS+= gmake +# LICENSE pending investigation; absence of LICENSE violates +# "RESTRICTED implies LICENSE" pkgsrc rule. +LICENSE= generic-nonlicense RESTRICTED= Possible trademark infringement +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |