Ticket #15258: Portfile-boost.diff
File Portfile-boost.diff, 774 bytes (added by sanchom (Sancho McCann), 17 years ago) |
---|
-
Portfile
old new 122 122 post-destroot { 123 123 # Install HTML documentation 124 124 xinstall -d ${destroot}${prefix}/share/doc/${name} 125 xinstall -W ${worksrcpath} index.htm boost.css rst.css boost.png \125 xinstall -W ${worksrcpath} index.htm index.html boost.css rst.css boost.png \ 126 126 ${destroot}${prefix}/share/doc/${name} 127 127 file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} 128 128 file copy ${worksrcpath}/more ${destroot}${prefix}/share/doc/${name} 129 file copy ${worksrcpath}/tools ${destroot}${prefix}/share/doc/${name} 129 130 file copy ${worksrcpath}/libs ${destroot}${prefix}/share/doc/${name} 130 131 } 131 132 }