diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-13 20:24:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-13 20:24:51 +0800 |
commit | 849287dd0db6301439a33ceb8630ddba8b61249f (patch) | |
tree | 2112f7c4240e146bc1e251d00632a0ca4e711353 /games/catesc | |
parent | 8db335d42033848b46d60369cfb1dc872655c70f (diff) | |
download | freebsd-ports-gnome-849287dd0db6301439a33ceb8630ddba8b61249f.tar.gz freebsd-ports-gnome-849287dd0db6301439a33ceb8630ddba8b61249f.tar.zst freebsd-ports-gnome-849287dd0db6301439a33ceb8630ddba8b61249f.zip |
Add all Creative Commons licenses
Approved by: portmgr (mat)
Differential Revision: D7852
Diffstat (limited to 'games/catesc')
-rw-r--r-- | games/catesc/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/games/catesc/Makefile b/games/catesc/Makefile index 78c55be2a331..2b1b9f680eba 100644 --- a/games/catesc/Makefile +++ b/games/catesc/Makefile @@ -8,14 +8,8 @@ CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Escape of the cat - hardcore oldschool platformer -LICENSE= CCbySA30 CCbySA40 -LICENSE_COMB= multi -LICENSE_NAME_CCbySA30= Creative Commons Attribution-ShareAlike 3.0 Unported license -LICENSE_NAME_CCbySA40= Creative Commons Attribution-ShareAlike 4.0 International Public License -LICENSE_TEXT_CCbySA30= https://creativecommons.org/licenses/by-sa/3.0/legalcode -LICENSE_TEXT_CCbySA40= https://creativecommons.org/licenses/by-sa/4.0/legalcode -LICENSE_PERMS_CCbySA30= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_CCbySA40= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= CC-BY-SA-3.0 CC-BY-SA-4.0 +LICENSE_COMB= multi RUN_DEPENDS= instead:games/instead |