diff options
Diffstat (limited to 'games/linuxdoom/Makefile')
-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 |