diff options
author | sergei <sergei@FreeBSD.org> | 2004-04-04 13:52:57 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-04-04 13:52:57 +0000 |
commit | 0bd3e6b2160022b7b214d40e9ccdc2671c8ebf3f (patch) | |
tree | 397e1923cfb9a22e8e9a881cb200208cc723e272 /textproc/xmlto | |
parent | e0078eccac2cece011e429034ebce0b35d3b3ea7 (diff) | |
download | FreeBSD-ports-0bd3e6b2160022b7b214d40e9ccdc2671c8ebf3f.zip FreeBSD-ports-0bd3e6b2160022b7b214d40e9ccdc2671c8ebf3f.tar.gz |
- Update to 0.0.18
- Teach format/docbook/txt to look in ${LOCALBASE}/bin instead of /usr/bin
This fixes this error: No way to convert HTML to text found.
PR: ports/64952
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/Makefile | 7 | ||||
-rw-r--r-- | textproc/xmlto/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index ac23e91..73d15c0 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -9,8 +9,7 @@ # WITH_PASSIVETEX Enable PassiveTex support for DVI/PDF/PS output PORTNAME= xmlto -PORTVERSION= 0.0.17 -PORTREVISION= 2 +PORTVERSION= 0.0.18 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} @@ -51,6 +50,10 @@ post-patch: ${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in .endif +post-build: + @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ + ${WRKSRC}/format/docbook/txt + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo index 3773d97..116a700 100644 --- a/textproc/xmlto/distinfo +++ b/textproc/xmlto/distinfo @@ -1,2 +1,2 @@ -MD5 (xmlto-0.0.17.tar.bz2) = 560a0b46f705d7d9f16bca22cbeb4353 -SIZE (xmlto-0.0.17.tar.bz2) = 89434 +MD5 (xmlto-0.0.18.tar.bz2) = 1a06471b70eb27a6aca5d1b3a144f9b0 +SIZE (xmlto-0.0.18.tar.bz2) = 91275 |