summaryrefslogtreecommitdiff
path: root/games/xblast/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 18:39:10 +0000
committerwiz <wiz>2000-02-05 18:39:10 +0000
commit5e4a475e39ba7394241341716b34cc79032c4a68 (patch)
tree0f37e30b6329a877f6bb5c908636bbc532b6bec0 /games/xblast/Makefile
parentcd8cc09b3aa1de58ee69d953ba7d7c19c8680104 (diff)
downloadpkgsrc-5e4a475e39ba7394241341716b34cc79032c4a68.tar.gz
$() -> ${}
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r--games/xblast/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
index 6b7aa217859..b1cda0400f2 100644
--- a/games/xblast/Makefile
+++ b/games/xblast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/01 13:36:56 agc Exp $
+# $NetBSD: Makefile,v 1.10 2000/02/05 18:39:10 wiz Exp $
#
DISTNAME= xblast-2.6.beta-sound
@@ -23,7 +23,7 @@ post-patch:
for dir in bitmap image; do \
for sub in block explosion misc score sprite; do \
${MV} ${WRKSRC}/$$dir/$$sub/Imakefile ${WRKSRC}/$$dir/$$sub/foo; \
- ${SED} -e 's|XBLASTDIR=.*/xblast|XBLASTDIR=$(PREFIX)/share/xblast|' <${WRKSRC}/$$dir/$$sub/foo>${WRKSRC}/$$dir/$$sub/Imakefile; \
+ ${SED} -e 's|XBLASTDIR=.*/xblast|XBLASTDIR=${PREFIX}/share/xblast|' <${WRKSRC}/$$dir/$$sub/foo>${WRKSRC}/$$dir/$$sub/Imakefile; \
${RM} ${WRKSRC}/$$dir/$$sub/foo; \
done; \
done