summaryrefslogtreecommitdiff
path: root/editors/elvis
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 15:52:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 15:52:35 +0000
commit4fcd623a911ebff1fb406f959932040af7ed40b2 (patch)
tree3179f0030b56361bd63473d24ab0af7ddce20dbf /editors/elvis
parentUpdate to 4.0.3 (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61681
Diffstat (limited to 'editors/elvis')
-rw-r--r--editors/elvis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 949b2ef16bf6..fd1864316897 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-2.1_4
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis
MAN1= elvis.1 elvtags.1 ref.1
@@ -30,7 +31,7 @@ pre-fetch:
.endif
pre-configure:
- @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/configure
do-install:
.for file in elvis elvtags ref