From 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:17:34 +0000 Subject: sed -> ${SED} --- games/linuxdoom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index 5dba41f4331d..3aae0f4c2778 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -27,7 +27,7 @@ post-patch: @(cd ${WRKSRC}/musserver; make clean) pre-install: - @sed 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGINSTALL} + @${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGINSTALL} post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -- cgit v1.2.3