Ticket #19100: Portfile.diff

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

    old new  
    5353                        --localstatedir=${prefix}
    5454
    5555post-destroot {
    56         xinstall -m 640 -d ${destroot}${prefix}/share/doc/${name}
    57         xinstall -m 640 -W ${worksrcpath} INSTALL README ChangeLog TODO \
     56        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     57        xinstall -m 644 -W ${worksrcpath} INSTALL README ChangeLog TODO \
    5858                ${destroot}${prefix}/share/doc/${name}
    5959}
    6060