1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix the launch wrapper

PR:		ports/76251
Submitted by:	Lars <lars+lister.freebsd@adventuras.no>
This commit is contained in:
Pav Lucistnik 2005-01-15 03:17:14 +00:00
parent d699ca710f
commit bd944a2cf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126481

View File

@ -7,6 +7,7 @@
PORTNAME= frozenbubble
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://zarb.org/~gc/fb//
DISTNAME= frozen-bubble-${PORTVERSION}
@ -63,7 +64,7 @@ do-install:
@${INSTALL_DATA} ${BUILD_WRKSRC}/snd/*.wav ${PREFIX}/share/frozen-bubble/snd/
@${INSTALL_DATA} ${BUILD_WRKSRC}/snd/*.xm ${PREFIX}/share/frozen-bubble/snd/
@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 $$\@\n' > ${WRKSRC}/frozen-bubble
@${INSTALL_SCRIPT} ${WRKSRC}/frozen-bubble ${PREFIX}/bin
.include <bsd.port.mk>