aboutsummaryrefslogtreecommitdiffstats
path: root/games/frozenbubble
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-15 11:17:14 +0800
committerpav <pav@FreeBSD.org>2005-01-15 11:17:14 +0800
commitaa29acf789865a2b9d64740c5865d27c553d0eaf (patch)
treeb8b0813f6834296f0c100a02e4e12db6be645d36 /games/frozenbubble
parented74bba0046684d3ca3e22b0980211ab576d7a92 (diff)
downloadfreebsd-ports-gnome-aa29acf789865a2b9d64740c5865d27c553d0eaf.tar.gz
freebsd-ports-gnome-aa29acf789865a2b9d64740c5865d27c553d0eaf.tar.zst
freebsd-ports-gnome-aa29acf789865a2b9d64740c5865d27c553d0eaf.zip
- Fix the launch wrapper
PR: ports/76251 Submitted by: Lars <lars+lister.freebsd@adventuras.no>
Diffstat (limited to 'games/frozenbubble')
-rw-r--r--games/frozenbubble/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index 1106eecb74be..e6b4108af390 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -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>