Revision: 32359 http://trac.macosforge.org/projects/macports/changeset/32359 Author: boeyms@macports.org Date: 2007-12-27 06:54:14 -0800 (Thu, 27 Dec 2007) Log Message: ----------- xmlto: fix installation problems that some people have been having. Modified Paths: -------------- trunk/dports/textproc/xmlto/Portfile Modified: trunk/dports/textproc/xmlto/Portfile =================================================================== --- trunk/dports/textproc/xmlto/Portfile 2007-12-27 13:55:11 UTC (rev 32358) +++ trunk/dports/textproc/xmlto/Portfile 2007-12-27 14:54:14 UTC (rev 32359) @@ -36,9 +36,9 @@ configure.args --with-getopt=${prefix}/bin/getopt \ --mandir=${prefix}/share/man -build.args XML_CATALOG_FILES=${prefix}/etc/xml/catalog +build.env-append XML_CATALOG_FILES=${prefix}/etc/xml/catalog -destroot.args ${build.args} +destroot.env-append ${build.env} post-destroot { set docdir ${prefix}/share/doc/${name}-${version}
participants (1)
-
boeyms@macports.org