aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/catesc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/catesc/Makefile b/games/catesc/Makefile
index 3ee9d93404aa..78c55be2a331 100644
--- a/games/catesc/Makefile
+++ b/games/catesc/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.6
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
-COMMENT= Escape of the cat - hardcode oldschool platformer
+COMMENT= Escape of the cat - hardcore oldschool platformer
LICENSE= CCbySA30 CCbySA40
LICENSE_COMB= multi
@@ -40,6 +40,6 @@ DESKTOP_ENTRIES="Escape of the cat" \
do-install:
${INSTALL_DATA} ${WRKSRC}/pic/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>