aboutsummaryrefslogtreecommitdiffstats
path: root/games/xscrabble
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-30 10:50:27 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-30 10:50:27 +0800
commitf55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch)
tree0365b2c8f70162a32a46c986ab39d12c562fadaf /games/xscrabble
parent6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff)
downloadfreebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz
freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.zst
freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
index a0d4946bf8b6..c0f2305738f3 100644
--- a/games/xscrabble/Makefile
+++ b/games/xscrabble/Makefile
@@ -15,11 +15,12 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_IMAKE= yes
USE_XPM= yes
NO_INSTALL_MANPAGES= yes
post-patch:
- @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/XScrabble.ad
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/XScrabble.ad
.include <bsd.port.mk>