Ticket #19100: Portfile.diff
File Portfile.diff, 473 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 53 53 --localstatedir=${prefix} 54 54 55 55 post-destroot { 56 xinstall -m 640-d ${destroot}${prefix}/share/doc/${name}57 xinstall -m 64 0-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 \ 58 58 ${destroot}${prefix}/share/doc/${name} 59 59 } 60 60