diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-19 09:26:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-19 09:26:31 +0000 |
commit | fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa (patch) | |
tree | e3d3ba4862ab52be1a1a3b041452e3e6944b245c /games/xrobots/Makefile | |
parent | 73a790fd3972b97caa1d9aa09a58a2d76a6b819e (diff) | |
download | ports-fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa.tar.gz ports-fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa.zip |
Notes
Diffstat (limited to 'games/xrobots/Makefile')
-rw-r--r-- | games/xrobots/Makefile | 4 |
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> |