diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 22:46:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 22:46:52 +0000 |
commit | 2ee50534ba6f60bf3642c4140354c71b5b260546 (patch) | |
tree | f7b3a805d34f0f2b448e9f8ff7c69d3388f81748 /games | |
parent | 0e4e1a190b55e9b6c078abe0ac95e1340737a2c0 (diff) | |
download | pkgsrc-2ee50534ba6f60bf3642c4140354c71b5b260546.tar.gz |
Note that underlying license is GPL2.
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} |