From 849287dd0db6301439a33ceb8630ddba8b61249f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 13 Sep 2016 12:24:51 +0000 Subject: Add all Creative Commons licenses Approved by: portmgr (mat) Differential Revision: D7852 --- games/catesc/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'games') 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 -- cgit