[110038] trunk/dports/devel/tig/Portfile

cal at macports.org cal at macports.org
Sun Aug 25 05:38:22 PDT 2013


Revision: 110038
          https://trac.macports.org/changeset/110038
Author:   cal at macports.org
Date:     2013-08-25 05:38:21 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
tig: fix documentation build failure (although I don't get why this happens)

Modified Paths:
--------------
    trunk/dports/devel/tig/Portfile

Modified: trunk/dports/devel/tig/Portfile
===================================================================
--- trunk/dports/devel/tig/Portfile	2013-08-25 11:05:37 UTC (rev 110037)
+++ trunk/dports/devel/tig/Portfile	2013-08-25 12:38:21 UTC (rev 110038)
@@ -33,5 +33,10 @@
 }
 
 build.target-append doc-man doc-html
+# for some reason, the XML tools fail to find and use $prefix/etc/catalog,
+# where these paths are configured
+build.target-append XMLTO=\"${prefix}/bin/xmlto \
+                    --searchpath ${prefix}/share/xml/docbook/4.5/ \
+                    --searchpath ${prefix}/share/xsl/docbook-xsl/manpages\"
 destroot.target-append \
                     install-doc-man install-doc-html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/cf35414c/attachment.html>


More information about the macports-changes mailing list