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/ted | |
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/ted')
-rw-r--r-- | editors/ted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 868d172..0c0cc4a 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} +USE_REINPLACE= yes USE_X_PREFIX= yes USE_MOTIF= yes GNU_CONFIGURE= yes @@ -41,7 +42,7 @@ post-patch: -e 's,/usr/local/ind,${INDDIR},' \ -e 's,/usr/local/info,${INFODIR},' \ Ted.ad.sample >Ted - ${PERL} -pi -e 's|/usr/apps|${LOCALBASE}|g' ${WRKSRC}/bitmap/configure + ${REINPLACE_CMD} -e 's|/usr/apps|${LOCALBASE}|g' ${WRKSRC}/bitmap/configure post-configure: .for dir in appFrame appUtil bitmap ind libreg |