mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix the launch wrapper
PR: ports/76251 Submitted by: Lars <lars+lister.freebsd@adventuras.no>
This commit is contained in:
parent
d699ca710f
commit
bd944a2cf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126481
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user