aboutsummaryrefslogtreecommitdiff
path: root/games/frozenbubble
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/frozenbubble
parent82016c5ce463d11c09d2137273e86e6407487b7c (diff)
downloadports-cd0a4285c2b5fc1787aefad8ab8e1e038a59d1c8.tar.gz
ports-cd0a4285c2b5fc1787aefad8ab8e1e038a59d1c8.zip
Notes
Diffstat (limited to 'games/frozenbubble')
-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>