diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-12 21:11:13 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-12 21:11:13 +0000 |
commit | 76dd233768a33d9a8e11d3c1ceb4ebfb1b435f48 (patch) | |
tree | eb53d740a3041d9cd644a084bcaca689be9d17d8 /textproc/xmlto | |
parent | a44b9103bff26a3c537da63145f35f58a8b4b458 (diff) | |
download | ports-76dd233768a33d9a8e11d3c1ceb4ebfb1b435f48.tar.gz ports-76dd233768a33d9a8e11d3c1ceb4ebfb1b435f48.zip |
Notes
Diffstat (limited to 'textproc/xmlto')
-rw-r--r-- | textproc/xmlto/Makefile | 13 | ||||
-rw-r--r-- | textproc/xmlto/distinfo | 2 | ||||
-rw-r--r-- | textproc/xmlto/pkg-plist | 1 |
3 files changed, 4 insertions, 12 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 8be5e7248a8c..347380827120 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -9,7 +9,7 @@ # WITH_PASSIVETEX Enable PassiveTex support for DVI/PDF/PS output PORTNAME= xmlto -PORTVERSION= 0.0.16.p1 +PORTVERSION= 0.0.17 CATEGORIES= textproc MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} @@ -40,22 +40,13 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} BASH_CMD= ${LOCALBASE}/bin/bash GETOPT_CMD= ${LOCALBASE}/bin/getopt PASSIVETEX= ${LOCALBASE}/share/texmf/tex/passivetex - -DOCBOOK_URL= http://www.oasis-open.org/docbook/xml -DOCBOOK_DIR= ${LOCALBASE}/share/xml/docbook -XSL_URL= http://docbook.sourceforge.net/release/xsl/current XSL_DIR= ${LOCALBASE}/share/xsl/docbook MAN1= xmlif.1 xmlto.1 DOCS= AUTHORS NEWS -do-patch: - ${REINPLACE_CMD} -e 's,/bin/bash,${BASH_CMD},' ${WRKSRC}/xmlto.in - ${REINPLACE_CMD} -e 's,${DOCBOOK_URL},${DOCBOOK_DIR},' \ - ${WRKSRC}/doc/xml*.xml - ${REINPLACE_CMD} -e 's,${XSL_URL},${XSL_DIR},' \ - ${WRKSRC}/format/docbook/* .if !defined(WITH_PASSIVETEX) +post-patch: ${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in .endif diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo index b21665c23d99..642b94e6af51 100644 --- a/textproc/xmlto/distinfo +++ b/textproc/xmlto/distinfo @@ -1 +1 @@ -MD5 (xmlto-0.0.16pre1.tar.bz2) = 19fa0f0943e9b0bd4c25b47d5c108d91 +MD5 (xmlto-0.0.17.tar.bz2) = 560a0b46f705d7d9f16bca22cbeb4353 diff --git a/textproc/xmlto/pkg-plist b/textproc/xmlto/pkg-plist index 2a1d2a5d7769..500007cf7dc7 100644 --- a/textproc/xmlto/pkg-plist +++ b/textproc/xmlto/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/xmlif bin/xmlto %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |