diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-28 15:16:10 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-28 15:16:10 +0800 |
commit | 0e9b581111d2d01c542452ea9c07053e78bd8827 (patch) | |
tree | e68ceff8c8d195abeb8c319ee52984984b6190bc /games/oolite | |
parent | d2df7e7e6149819562b7b257f5e32c9d43cef4cd (diff) | |
download | freebsd-ports-gnome-0e9b581111d2d01c542452ea9c07053e78bd8827.tar.gz freebsd-ports-gnome-0e9b581111d2d01c542452ea9c07053e78bd8827.tar.zst freebsd-ports-gnome-0e9b581111d2d01c542452ea9c07053e78bd8827.zip |
games/oolite: chase r421995
Diffstat (limited to 'games/oolite')
-rw-r--r-- | games/oolite/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 4690431495c1..0c4127d9334f 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -11,11 +11,9 @@ DIST_SUBDIR= oolite MAINTAINER= ports@FreeBSD.org COMMENT= Trade and combat space simulator, clone of Elite -LICENSE= CCBYNCSAv3 GPLv2 ZLIB +LICENSE= CC-BY-NC-SA-3.0 GPLv2 ZLIB LICENSE_COMB= multi -LICENSE_NAME_CCBYNCSAv3= Creative Commons Attribution-NonCommercial-ShareAlike License version 3.0 -LICENSE_FILE_CCBYNCSAv3= ${WRKSRC}/Doc/LICENSE.TXT -LICENSE_PERMS_CCBYNCSAv3= dist-mirror pkg-mirror auto-accept +LICENSE_FILE_CC-BY-NC-SA-3.0= ${WRKSRC}/Doc/LICENSE.TXT BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/bin/unzip:archivers/unzip |