[40516] trunk/dports/gnome/libglade2/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Sat Oct 4 19:24:12 PDT 2008
Revision: 40516
http://trac.macports.org/changeset/40516
Author: macsforever2000 at macports.org
Date: 2008-10-04 19:24:12 -0700 (Sat, 04 Oct 2008)
Log Message:
-----------
Fix to create catalog.xml file if it does not exist (#16753).
Modified Paths:
--------------
trunk/dports/gnome/libglade2/Portfile
Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile 2008-10-04 23:18:28 UTC (rev 40515)
+++ trunk/dports/gnome/libglade2/Portfile 2008-10-05 02:24:12 UTC (rev 40516)
@@ -54,7 +54,7 @@
test.target check
post-activate {
- system "xmlcatalog --noout --add system http://glade.gnome.org/glade-2.0.dtd ${prefix}/share/xml/libglade/glade-2.0.dtd ${prefix}/etc/xml/catalog"
+ system "xmlcatalog --create --noout --add system http://glade.gnome.org/glade-2.0.dtd ${prefix}/share/xml/libglade/glade-2.0.dtd ${prefix}/etc/xml/catalog"
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081004/e50d9847/attachment.html
More information about the macports-changes
mailing list