diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | a6429924fc57a145369eb5b2d3d0f45c65656b19 (patch) | |
tree | a7703a1b06cbba057e160e6f7af6e66d74cfc940 /textproc/txt2html | |
parent | 31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff) | |
download | ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip |
Notes
Diffstat (limited to 'textproc/txt2html')
-rw-r--r-- | textproc/txt2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/txt2html/pkg-descr | 2 |
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/ |