aboutsummaryrefslogtreecommitdiff
path: root/games/fbg2
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-09-28 06:38:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-09-28 06:38:00 +0000
commit629a8d6b69f71546c9f4233303ee4aa1a21b1e2f (patch)
tree3c416de47d06908141134bcbcb0605e3092b7afa /games/fbg2
parent89047ad0d2d8806fa2daef3246bcde54bad72209 (diff)
downloadports-629a8d6b69f71546c9f4233303ee4aa1a21b1e2f.tar.gz
ports-629a8d6b69f71546c9f4233303ee4aa1a21b1e2f.zip
Convert CC license names to r421995 spellings
While here fix common mistakes such as: - Missing "or (at your option) any later version" bit - LICENSE_FILE with LICENSE_COMB != single - LICENSE_COMB = dual for code + assets - Copy-pasting undocumented NC/SA restriction
Notes
Notes: svn path=/head/; revision=422850
Diffstat (limited to 'games/fbg2')
-rw-r--r--games/fbg2/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/fbg2/Makefile b/games/fbg2/Makefile
index 1ad6d77d2b9c..546864055058 100644
--- a/games/fbg2/Makefile
+++ b/games/fbg2/Makefile
@@ -10,12 +10,9 @@ MASTER_SITES= SF/fbg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Classic block-stacking arcade game
-LICENSE= GPLv2 CCbyNCSA3
-LICENSE_COMB= dual
-LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported
-LICENSE_FILE= ${WRKSRC}/License.txt
-LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
-LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
+LICENSE= GPLv2+ CC-BY-SA-3.0
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/License.txt
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine
LIB_DEPENDS= liblua-5.1.so:lang/lua51 \