aboutsummaryrefslogtreecommitdiffstats
path: root/games/dangerdeep-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/dangerdeep-data/Makefile')
-rw-r--r--games/dangerdeep-data/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/dangerdeep-data/Makefile b/games/dangerdeep-data/Makefile
index 6cac34bf29b9..0cbd709e6b95 100644
--- a/games/dangerdeep-data/Makefile
+++ b/games/dangerdeep-data/Makefile
@@ -10,10 +10,8 @@ DIST_SUBDIR= dangerdeep
MAINTAINER= ports@FreeBSD.org
COMMENT= Danger from the Deep data files
-LICENSE= CCbyNCND
-LICENSE_NAME= Creative Commons Attribution-NonCommercial-NonDerivs
+LICENSE= CC-BY-NC-ND-2.5
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= zip
NO_BUILD= yes
@@ -24,6 +22,6 @@ DATADIR= ${PREFIX}/share/dangerdeep
PORTDATA= *
do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>