aboutsummaryrefslogtreecommitdiff
path: root/textproc/txt2html
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commita6429924fc57a145369eb5b2d3d0f45c65656b19 (patch)
treea7703a1b06cbba057e160e6f7af6e66d74cfc940 /textproc/txt2html
parent31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff)
downloadports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz
ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69423
Diffstat (limited to 'textproc/txt2html')
-rw-r--r--textproc/txt2html/Makefile3
-rw-r--r--textproc/txt2html/pkg-descr2
2 files changed, 3 insertions, 2 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:
diff --git a/textproc/txt2html/pkg-descr b/textproc/txt2html/pkg-descr
index ca6d941353a0..d254e5b77760 100644
--- a/textproc/txt2html/pkg-descr
+++ b/textproc/txt2html/pkg-descr
@@ -6,4 +6,4 @@ apparent structure of the source document (mostly whitespace and
typographic layout), and attempts to mark that structure explicitly
using HTML.
-WWW: http://www.aigeek.com/txt2html/ \ No newline at end of file
+WWW: http://www.aigeek.com/txt2html/