diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-22 16:02:23 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-22 16:02:23 +0000 |
commit | 538a14daff91b665f54ef944c17c14a7bcdc422a (patch) | |
tree | 46578b1069707e7b7ad26bf30d39878445a35572 | |
parent | dec8a04d9d7e41e1b1475aeef86322e9f050c87e (diff) |
- Fix bento build
Approved by: maintainer, marcus (portmgr)
Notes
Notes:
svn path=/head/; revision=107793
-rw-r--r-- | games/duke3d/Makefile | 6 |
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} |