aboutsummaryrefslogtreecommitdiff
path: root/www/comline
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 16:07:59 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 16:07:59 +0000
commit534fffca27bb18f7529d548c46ee3326505a89c7 (patch)
treea09ac440edd299d85a3517dea62caa2b115543fc /www/comline
parent5bc499ce47fa1a8da853b36cc61cddf06075d203 (diff)
Notes
Diffstat (limited to 'www/comline')
-rw-r--r--www/comline/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile
index 7a37b161ac41..d3635a5700da 100644
--- a/www/comline/Makefile
+++ b/www/comline/Makefile
@@ -17,10 +17,12 @@ DISTFILES= w3c-libwww-4.0D.tar.gz \
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
+
WRKSRC= ${WRKDIR}/WWW
post-patch:
- @${PERL} -pi -e 's,strcasestr,strcasestr_,' \
+ @${REINPLACE_CMD} -e 's,strcasestr,strcasestr_,' \
${WRKSRC}/Library/Implementation/HTString.*
do-build: