diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-15 20:17:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-15 20:17:19 +0000 |
commit | cd0a4285c2b5fc1787aefad8ab8e1e038a59d1c8 (patch) | |
tree | ac605a7c8b35062eda38b6f9e358133fcf75cb2e /games/frozenbubble | |
parent | Add a missing include. (diff) |
Pass Arguments from the wrapper to the perl script.
Submitte by: Roddy Collins <collinsr@cs.rpi.edu> (via Maintainer)
Diffstat (limited to 'games/frozenbubble')
-rw-r--r-- | games/frozenbubble/Makefile | 2 |
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> |