diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-30 10:50:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-30 10:50:27 +0800 |
commit | f55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch) | |
tree | 0365b2c8f70162a32a46c986ab39d12c562fadaf /games/xscrabble | |
parent | 6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |