1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Pass Arguments from the wrapper to the perl script.

Submitte by:  Roddy Collins <collinsr@cs.rpi.edu> (via Maintainer)
This commit is contained in:
Tilman Keskinoz 2003-01-15 20:17:19 +00:00
parent 82016c5ce4
commit cd0a4285c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73190

View File

@ -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>