diff options
Diffstat (limited to 'www/comline')
-rw-r--r-- | www/comline/Makefile | 4 |
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: |