Ticket #30774: Portfile.patch

File Portfile.patch, 691 bytes (added by mndavidoff (Monte Davidoff), 13 years ago)
  • python/py-distribute/Portfile

    old new  
    3131
    3232if {$subport != $name} {
    3333    post-destroot {
    34        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     34       xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
    3535       xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \
    36           DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name}
     36          DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport}
    3737       if {$subport == "py25-distribute"} {
    3838          delete "${destroot}${prefix}/bin/easy_install"
    3939       } else {