summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-15 20:17:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-15 20:17:19 +0000
commitcd0a4285c2b5fc1787aefad8ab8e1e038a59d1c8 (patch)
treeac605a7c8b35062eda38b6f9e358133fcf75cb2e /games
parentAdd a missing include. (diff)
Pass Arguments from the wrapper to the perl script.
Submitte by: Roddy Collins <collinsr@cs.rpi.edu> (via Maintainer)
Notes
Notes: svn path=/head/; revision=73190
Diffstat (limited to 'games')
-rw-r--r--games/frozenbubble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index a6e2e5ad31ca..8f8882c69ad0 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -70,7 +70,7 @@ do-install:
@${INSTALL_DATA} ${BUILD_WRKSRC}/snd/*.xm ${PREFIX}/share/frozen-bubble/snd/
@${INSTALL_DATA} ${BUILD_WRKSRC}/highscores.default ${PREFIX}/share/frozen-bubble/
- @printf '#!/bin/sh\nLD_PRELOAD=/usr/lib/libc_r.so perl ${PREFIX}/bin/frozen-bubble.pl' > ${WRKSRC}/frozen-bubble
+ @printf '#!/bin/sh\nLD_PRELOAD=/usr/lib/libc_r.so perl ${PREFIX}/bin/frozen-bubble.pl $@' > ${WRKSRC}/frozen-bubble
@${INSTALL_SCRIPT} ${WRKSRC}/frozen-bubble ${PREFIX}/bin
.include <bsd.port.mk>