aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-22 16:02:23 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-22 16:02:23 +0000
commit538a14daff91b665f54ef944c17c14a7bcdc422a (patch)
tree46578b1069707e7b7ad26bf30d39878445a35572
parentdec8a04d9d7e41e1b1475aeef86322e9f050c87e (diff)
downloadports-538a14daff91b665f54ef944c17c14a7bcdc422a.tar.gz
ports-538a14daff91b665f54ef944c17c14a7bcdc422a.zip
- Fix bento build
Approved by: maintainer, marcus (portmgr)
Notes
Notes: svn path=/head/; revision=107793
-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}