diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-21 15:52:35 +0000 |
commit | 41375a7fa3ba02e9cf4d8448e52eb7e6aaf3a4ed (patch) | |
tree | 9b2d8b8ded963952c33061446db191c200e97854 /editors/elvis | |
parent | c0abd785464496b58bf62d2eee5e0dfa620721cd (diff) | |
download | FreeBSD-ports-41375a7fa3ba02e9cf4d8448e52eb7e6aaf3a4ed.zip FreeBSD-ports-41375a7fa3ba02e9cf4d8448e52eb7e6aaf3a4ed.tar.gz |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39591
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 949b2ef..fd18643 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 |