diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /games/xfrisk | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 1190966ab91..690ff1bff7d 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/11/10 17:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:16 wiz Exp $ # DISTNAME= xfrisk-1.2 @@ -9,14 +9,14 @@ MASTER_SITES= http://www.tuxick.net/xfrisk/files/ MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.tuxick.net/xfrisk/ 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= gnu-gpl-v2 LICENSE+= generic-nonlicense + +WRKSRC= ${WRKDIR}/XFrisk +USE_TOOLS+= gmake + RESTRICTED= Possible trademark infringement NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |