aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2012-09-23 23:38:58 +0800
committerdanfe <danfe@FreeBSD.org>2012-09-23 23:38:58 +0800
commitca35a5a79e404e17cae16b46838c4d4a3e888888 (patch)
tree441f755c94b16f15c3b690400d7f7d6a298e453b /games
parent7a9b8744aa7c9dc2699ddd707d5773f382b01485 (diff)
downloadfreebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.tar.gz
freebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.tar.zst
freebsd-ports-gnome-ca35a5a79e404e17cae16b46838c4d4a3e888888.zip
- Adjust "Created by" tag to include more complete submitter's information
- Mute MKDIRs, remove trailing dot from RESTRICTED, drop leading indefinite article from COMMENT where appropriate
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>