summaryrefslogtreecommitdiffstats
path: root/games/xtron
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-30 02:50:27 +0000
commitf55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch)
tree0365b2c8f70162a32a46c986ab39d12c562fadaf /games/xtron
parent6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff)
downloadFreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip
FreeBSD-ports-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/xtron')
-rw-r--r--games/xtron/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xtron/Makefile b/games/xtron/Makefile
index d1ecc89..f1aa170 100644
--- a/games/xtron/Makefile
+++ b/games/xtron/Makefile
@@ -14,11 +14,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xtronrc
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xtronrc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtron ${PREFIX}/bin
OpenPOWER on IntegriCloud