diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xfrisk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index edb5d7da871..8db23759065 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/09/10 00:43:01 gdt Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/12 22:46:52 gdt Exp $ # DISTNAME= xfrisk-1.2 @@ -15,7 +15,8 @@ USE_TOOLS+= gmake # LICENSE pending investigation; absence of LICENSE violates # "RESTRICTED implies LICENSE" pkgsrc rule. -LICENSE= generic-nonlicense +#LICENSE= gnu-gpl-v2 +LICENSE+= generic-nonlicense RESTRICTED= Possible trademark infringement NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |