summaryrefslogtreecommitdiff
path: root/editors/ted/Makefile
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/ted/Makefile
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/ted/Makefile')
-rw-r--r--editors/ted/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 868d172983ef..0c0cc4a563ac 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