Ticket #12741: Portfile.diff

File Portfile.diff, 442 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago)
  • Portfile

    old new  
    3535variant doc description {Install extra documentation} {
    3636    post-destroot {
    3737        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}] \
    3939            ${destroot}${docdir}/html
    4040    }
    4141}