Ticket #30774: Portfile.patch
File Portfile.patch, 691 bytes (added by mndavidoff (Monte Davidoff), 13 years ago) |
---|
-
python/py-distribute/Portfile
old new 31 31 32 32 if {$subport != $name} { 33 33 post-destroot { 34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${ name}34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 35 35 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} 37 37 if {$subport == "py25-distribute"} { 38 38 delete "${destroot}${prefix}/bin/easy_install" 39 39 } else {