[32359] trunk/dports/textproc/xmlto/Portfile

boeyms at macports.org boeyms at macports.org
Thu Dec 27 06:54:20 PST 2007


Revision: 32359
          http://trac.macosforge.org/projects/macports/changeset/32359
Author:   boeyms at 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}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071227/6402cdc4/attachment.html


More information about the macports-changes mailing list