summaryrefslogtreecommitdiff
path: root/games/xrobots
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-19 09:26:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-19 09:26:31 +0000
commitfe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa (patch)
treee3d3ba4862ab52be1a1a3b041452e3e6944b245c /games/xrobots
parent- Don't generate catalog chain to avoid sgml/xml catalogs mixup (diff)
${PERL} -> ${REINPLACE_CMD}
${SED} -> ${REINPLACE_CMD} PR: 40750 Submitted by: 40751 Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=63230
Diffstat (limited to 'games/xrobots')
-rw-r--r--games/xrobots/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile
index 6a5195fa9782..e7b976d9a70a 100644
--- a/games/xrobots/Makefile
+++ b/games/xrobots/Makefile
@@ -13,6 +13,7 @@ DISTNAME= ${PKGNAME}-ss-10.20
MAINTAINER= edwin@mavetju.org
+USE_REINPLACE= yes
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
@@ -21,6 +22,7 @@ post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
post-patch:
- ${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g' ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
+ ${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
+ ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
.include <bsd.port.mk>