Ticket #19032: flow-tools-directory-permissions.diff
File flow-tools-directory-permissions.diff, 435 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
53 53 --localstatedir=${prefix} 54 54 55 55 post-destroot { 56 xinstall - m 640 -d ${destroot}${prefix}/share/doc/${name}56 xinstall -d ${destroot}${prefix}/share/doc/${name} 57 57 xinstall -m 640 -W ${worksrcpath} INSTALL README ChangeLog TODO \ 58 58 ${destroot}${prefix}/share/doc/${name} 59 59 }