diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
commit | 4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db (patch) | |
tree | 3c416de47d06908141134bcbcb0605e3092b7afa /games/fbg2 | |
parent | c9591c1385a2d443d1b404507353142e50c603ac (diff) | |
download | freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.gz freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.zst freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.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
Diffstat (limited to 'games/fbg2')
-rw-r--r-- | games/fbg2/Makefile | 9 |
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 \ |