diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /games/linuxdoom | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) | |
download | ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip |
Notes
Diffstat (limited to 'games/linuxdoom')
-rw-r--r-- | games/linuxdoom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |