diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 03:17:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 03:17:14 +0000 |
commit | bd944a2cf0416fa5c99e21999609650a79ca9794 (patch) | |
tree | 6f13ed4d9c887a181fa22ffc3c666048c06f58af /games/frozenbubble/Makefile | |
parent | d699ca710fb3c02f8db4219df051872c460a6743 (diff) |
Notes
Diffstat (limited to 'games/frozenbubble/Makefile')
-rw-r--r-- | games/frozenbubble/Makefile | 3 |
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> |