New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82499


Ignore:
Timestamp:
08/14/11 19:11:26 (4 years ago)
Author:
jmr@…
Message:

py-distribute: use subport for doc dir rather than name (#30774)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-distribute/Portfile

    r82067 r82499  
    77name                py-distribute 
    88version             0.6.19 
     9revision            1 
    910categories-append   devel 
    1011license             {PSF ZPL} 
     
    3233if {$subport != $name} { 
    3334    post-destroot { 
    34        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
     35       xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 
    3536       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} 
    3738       if {$subport == "py25-distribute"} { 
    3839          delete "${destroot}${prefix}/bin/easy_install" 
Note: See TracChangeset for help on using the changeset viewer.