Changeset 82499
- Timestamp:
- 08/14/11 19:11:26 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-distribute/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-distribute/Portfile
r82067 r82499 7 7 name py-distribute 8 8 version 0.6.19 9 revision 1 9 10 categories-append devel 10 11 license {PSF ZPL} … … 32 33 if {$subport != $name} { 33 34 post-destroot { 34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${ name}35 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 35 36 xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ 36 DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${ name}37 DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${subport} 37 38 if {$subport == "py25-distribute"} { 38 39 delete "${destroot}${prefix}/bin/easy_install"
Note: See TracChangeset
for help on using the changeset viewer.

