Ticket #16754: libxml2.diff
File libxml2.diff, 774 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
4 4 5 5 name libxml2 6 6 version 2.7.1 7 revision 1 7 8 categories textproc 8 9 description gnome xml library 9 10 platforms darwin … … 39 40 40 41 use_parallel_build yes 41 42 43 destroot.keepdirs ${destroot}${prefix}/etc/xml 42 44 pre-destroot { 43 45 # Work around parallel build issue with MacPorts 1.6.0. 44 46 # Remove when MacPorts 1.7.0 is released. 45 47 xinstall -d ${destroot}${prefix}/include/libxml2/libxml 46 48 } 49 post-destroot { 50 xinstall -m 755 -d ${destroot}${prefix}/etc/xml 51 } 47 52 48 53 test.run yes 49 54 test.target check