Ticket #15295: Portfile.diff
File Portfile.diff, 375 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
39 39 40 40 use_parallel_build yes 41 41 42 pre-destroot { 43 # Work around parallel build issue. 44 xinstall -d ${destroot}${prefix}/include/libxml2/libxml 45 } 46 42 47 test.run yes 43 48 test.target check 44 49