aboutsummaryrefslogtreecommitdiff
path: root/games/iceicepenguin
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-12-17 17:50:17 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-12-17 17:50:17 +0000
commit149268a79564c290b73aed301044d8d7c1434850 (patch)
tree201d24a9f2e2889e7a8772b32adc03c218c01e4d /games/iceicepenguin
parentff3a2dbdb0206a989838e1f4494dbde108061be4 (diff)
downloadports-149268a79564c290b73aed301044d8d7c1434850.tar.gz
ports-149268a79564c290b73aed301044d8d7c1434850.zip
Notes
Diffstat (limited to 'games/iceicepenguin')
-rw-r--r--games/iceicepenguin/Makefile6
-rw-r--r--games/iceicepenguin/files/iceicepenguin.in2
2 files changed, 5 insertions, 3 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile
index c4898d3c32d4..eef4180561ce 100644
--- a/games/iceicepenguin/Makefile
+++ b/games/iceicepenguin/Makefile
@@ -31,10 +31,12 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
SUB_FILES= ${PORTNAME}
-DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" "${PORTNAME}" \
- "${PORTNAME}" "Game;ArcadeGame;" false
+DESKTOP_ENTRIES="Ice Ice Penguin" "" "${PORTNAME}" \
+ "${PORTNAME}" "Game;ArcadeGame;" ""
do-install:
+ @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
+ ${WRKDIR}/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.for d in fonts gfx lvls menu sfx
diff --git a/games/iceicepenguin/files/iceicepenguin.in b/games/iceicepenguin/files/iceicepenguin.in
index 98607a1d443c..943ada5fdbde 100644
--- a/games/iceicepenguin/files/iceicepenguin.in
+++ b/games/iceicepenguin/files/iceicepenguin.in
@@ -4,4 +4,4 @@
#
cd "%%DATADIR%%"
-exec /usr/bin/env python ./iceicepengui.py "${@}"
+exec %%PYTHON_CMD%% ./iceicepengui.py "${@}"