summaryrefslogtreecommitdiffstats
path: root/lang/ferite
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-21 16:20:23 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-21 16:20:23 +0000
commitc33ba7a93beedb65065750f6fa125277fa1f1b51 (patch)
tree4b05f56b4bd74a7dbee4fca4ad8a61f8aa5e5bfe /lang/ferite
parent47ed91c6adc3291426fa5760230286c31b9dc8be (diff)
downloadFreeBSD-ports-c33ba7a93beedb65065750f6fa125277fa1f1b51.zip
FreeBSD-ports-c33ba7a93beedb65065750f6fa125277fa1f1b51.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'lang/ferite')
-rw-r--r--lang/ferite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile
index 000cc3a..97f593e 100644
--- a/lang/ferite/Makefile
+++ b/lang/ferite/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
pcre.0:${PORTSDIR}/devel/pcre \
xml2.5:${PORTSDIR}/textproc/libxml2
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
@@ -35,7 +36,7 @@ post-install:
.endif
post-patch:
- @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
s|%%PTRHEAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \
s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \
${WRKSRC}/configure ${WRKSRC}/ferite-config.in
OpenPOWER on IntegriCloud