aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/spellathon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile
index 9725eeeccb8a..463ccf6de154 100644
--- a/games/spellathon/Makefile
+++ b/games/spellathon/Makefile
@@ -1,4 +1,4 @@
-# Created by: girish
+# Created by: Girish <girish.rao.dev@gmail.com>
# $FreeBSD$
PORTNAME= spellathon
@@ -20,7 +20,7 @@ post-patch:
do-install:
${INSTALL} ${WRKSRC}/spellathon ${PREFIX}/bin
${INSTALL} ${WRKSRC}/spellathon-cl ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
+ @${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/dict/words.txt ${DATADIR}
.include <bsd.port.mk>