From c1921a6fec4866c7246264a7e47b375270163179 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Feb 2000 18:39:10 +0000 Subject: [PATCH] $() -> ${} --- games/xblast/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 6b7aa2178597..b1cda0400f2d 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