diff options
Diffstat (limited to 'textproc/txt2html/Makefile')
-rw-r--r-- | textproc/txt2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index ef7540df54bf..ffb53158016e 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -14,9 +14,10 @@ MASTER_SITES= http://www.aigeek.com/txt2html/ MAINTAINER= croyle@gelemna.org NO_BUILD= yes +USE_REINPLACE= yes do-configure: - @${PERL} -pi -e "s|/usr/local|${PREFIX}|g; \ + @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g; \ s|${PREFIX}/lib|${DATADIR}|" ${WRKSRC}/txt2html.pl do-install: |