aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/duke3d/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/duke3d/Makefile b/games/duke3d/Makefile
index c415a3115834..0b69f771ff2e 100644
--- a/games/duke3d/Makefile
+++ b/games/duke3d/Makefile
@@ -72,10 +72,8 @@ post-install:
.for file in ${DOC_FILES1}
${INSTALL_MAN} ${WRKSRC}/source/buildengine/${file} ${DOCSDIR}
.endfor
-
- ${REINPLACE_CMD}-e 's|%%DUKEDIR%%|${PREFIX}/${PORTNAME}|g' ${FILESDIR}/README.bsd > \
- ${DOCSDIR}/README.bsd
-
+ ${SED} -e 's|%%DUKEDIR%%|${PREFIX}/${PORTNAME}|g' ${FILESDIR}/README.bsd > \
+ ${DOCSDIR}/README.bsd
.endif
@${CAT} ${PKGMESSAGE}