Ticket #15504: libffi-docperms.diff

File libffi-docperms.diff, 605 bytes (added by jmroot (Joshua Root), 16 years ago)

fix

  • devel/libffi/Portfile

     
    4141build.dir       ${configure.dir}
    4242
    4343post-destroot   {
    44         file mkdir ${destroot}${prefix}/share/doc/${name}
    45         file copy ${worksrcpath}/../ChangeLog \
     44        xinstall -d ${destroot}${prefix}/share/doc/${name}
     45        xinstall -m 644 ${worksrcpath}/../ChangeLog \
    4646                ${worksrcpath}/../ChangeLog.libgcj \
    4747                ${worksrcpath}/../ChangeLog.v1 ${worksrcpath}/../LICENSE \
    4848                ${worksrcpath}/../README ${worksrcpath}/../README.pyobjc \