Ticket #16754: libxml2.diff

File libxml2.diff, 774 bytes (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

     
    44
    55name                  libxml2
    66version               2.7.1
     7revision              1
    78categories            textproc
    89description           gnome xml library
    910platforms             darwin
     
    3940
    4041use_parallel_build      yes
    4142
     43destroot.keepdirs       ${destroot}${prefix}/etc/xml
    4244pre-destroot {
    4345    # Work around parallel build issue with MacPorts 1.6.0.
    4446    # Remove when MacPorts 1.7.0 is released.
    4547    xinstall -d ${destroot}${prefix}/include/libxml2/libxml
    4648}
     49post-destroot {
     50    xinstall -m 755 -d ${destroot}${prefix}/etc/xml
     51}
    4752
    4853test.run              yes
    4954test.target           check