Ticket #19032: flow-tools-directory-permissions.diff

File flow-tools-directory-permissions.diff, 435 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

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