diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 18:39:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 18:39:10 +0000 |
commit | c1921a6fec4866c7246264a7e47b375270163179 (patch) | |
tree | 0f37e30b6329a877f6bb5c908636bbc532b6bec0 /games/xblast | |
parent | 2ca0c94739ebf82e77d9a34301026a10d3044d7b (diff) | |
download | pkgsrc-c1921a6fec4866c7246264a7e47b375270163179.tar.gz |
$() -> ${}
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 4 |
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 |