From 23bde94bb6ad2c4c84be0516393a9c4f472b6b72 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 19 Jul 2002 09:26:31 +0000 Subject: ${PERL} -> ${REINPLACE_CMD} ${SED} -> ${REINPLACE_CMD} PR: 40750 Submitted by: 40751 Reviewed by: maintainer --- games/xrobots/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/xrobots/Makefile') diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index 6a5195f..e7b976d 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 -- cgit v1.1