libxml2: fix parallel build; closes #15295; maintainer timeout
--- trunk/dports/textproc/libxml2/Portfile 2008-06-03 03:19:42 UTC (rev 37321)
+++ trunk/dports/textproc/libxml2/Portfile 2008-06-03 03:37:33 UTC (rev 37322)
@@ -39,6 +39,12 @@
use_parallel_build yes
+pre-destroot {
+ # Work around parallel build issue with MacPorts 1.6.0.
+ # Remove when MacPorts 1.7.0 is released.
+ xinstall -d ${destroot}${prefix}/include/libxml2/libxml
+}
+
test.run yes
test.target check