Changeset 40516 for trunk/dports


Ignore:
Timestamp:
Oct 5, 2008, 2:24:12 AM (16 years ago)
Author:
macsforever2000@…
Message:

Fix to create catalog.xml file if it does not exist (#16753).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/libglade2/Portfile

    r40277 r40516  
    5555
    5656post-activate {
    57     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"
     57    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"
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.