diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:26:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:26:31 +0800 |
commit | 23bde94bb6ad2c4c84be0516393a9c4f472b6b72 (patch) | |
tree | b04926c23f5adf16ac39b7d8ac9cfc542d09e4ca /games/xrobots | |
parent | 646a0f2432451c7a003379f4c3cc36bce649f0c6 (diff) | |
download | freebsd-ports-gnome-23bde94bb6ad2c4c84be0516393a9c4f472b6b72.tar.gz freebsd-ports-gnome-23bde94bb6ad2c4c84be0516393a9c4f472b6b72.tar.zst freebsd-ports-gnome-23bde94bb6ad2c4c84be0516393a9c4f472b6b72.zip |
${PERL} -> ${REINPLACE_CMD}
${SED} -> ${REINPLACE_CMD}
PR: 40750
Submitted by: 40751
Reviewed by: maintainer
Diffstat (limited to 'games/xrobots')
-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> |