Ticket #37178: xercesc-destroot.diff
File xercesc-destroot.diff, 666 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
6 6 name xercesc 7 7 conflicts xercesc3 8 8 version 2.8.0 9 revision 29 revision 3 10 10 categories textproc 11 11 maintainers isode.com:chris.ridd 12 12 license Apache-2 … … 89 89 xinstall ${worksrcpath}-${arch}/lib/libxerces-c.a ${destroot}-${arch}${prefix}/lib 90 90 } 91 91 } 92 92 } 93 94 post-destroot { 93 95 xinstall -d -m 755 ${destroot}${prefix}/share/doc 94 96 file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name} 95 97 xinstall -m 644 -W ${worksrcpath} version.incl LICENSE.txt Readme.html \