summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-15 03:17:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-15 03:17:14 +0000
commitbd944a2cf0416fa5c99e21999609650a79ca9794 (patch)
tree6f13ed4d9c887a181fa22ffc3c666048c06f58af /games
parent- Update to 0.98.0 (diff)
- Fix the launch wrapper
PR: ports/76251 Submitted by: Lars <lars+lister.freebsd@adventuras.no>
Notes
Notes: svn path=/head/; revision=126481
Diffstat (limited to 'games')
-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>