Ticket #12741: Portfile.diff
File Portfile.diff, 442 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 35 35 variant doc description {Install extra documentation} { 36 36 post-destroot { 37 37 xinstall -d ${destroot}${docdir}/html 38 xinstall -m 0644 [glob ${worksrcpath}/doc/*.{html,png,txt}] \38 eval xinstall -m 0644 [glob ${worksrcpath}/doc/*.{html,png,txt}] \ 39 39 ${destroot}${docdir}/html 40 40 } 41 41 }