aboutsummaryrefslogtreecommitdiff
path: root/games/tong
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-03-17 09:57:49 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-03-17 09:57:49 +0000
commit9e563c6685383625809b969625fb755139ce7afe (patch)
tree359e8e2c1a800323578762ab654337e55e7b2b8c /games/tong
parent8bcdc2f8e0a40596ada54061743d56198ff6e8fc (diff)
downloadports-9e563c6685383625809b969625fb755139ce7afe.tar.gz
ports-9e563c6685383625809b969625fb755139ce7afe.zip
Notes
Diffstat (limited to 'games/tong')
-rw-r--r--games/tong/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/tong/Makefile b/games/tong/Makefile
index 3084db6c5c95..2621645f771e 100644
--- a/games/tong/Makefile
+++ b/games/tong/Makefile
@@ -1,4 +1,4 @@
-# Created by: nemysis <nemysis@gmx.ch>
+# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= tong
@@ -16,13 +16,12 @@ USES= gmake
USE_SDL= image mixer sdl
PORTDOCS= CHANGELOG README making-of.txt notes.txt
+OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}
-DESKTOP_ENTRIES="TONG!" "${COMMENT}" "${PORTNAME}" \
- "${PORTNAME}" "Game;ArcadeGame;" false
-
-OPTIONS_DEFINE= DOCS
+DESKTOP_ENTRIES="TONG!" "" "${PORTNAME}" \
+ "${PORTNAME}" "Game;ArcadeGame;" ""
post-patch:
@${REINPLACE_CMD} -e 's|GAME_DATA_DIR := .|GAME_DATA_DIR := ${DATADIR}|' \
@@ -34,9 +33,8 @@ do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} "*.png" ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}/media/
-
-.for d in *.png *.xcf *.ogg *.ico
- @(cd ${WRKSRC}/media ; ${COPYTREE_SHARE} "${d}" ${STAGEDIR}${DATADIR}/media/)
+.for f in *.png *.xcf *.ogg *.ico
+ @(cd ${WRKSRC}/media && ${COPYTREE_SHARE} "${f}" ${STAGEDIR}${DATADIR}/media/)
.endfor
${LN} -sf ${DATADIR}/media/icon.png \