New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81309


Ignore:
Timestamp:
07/29/11 01:04:09 (4 years ago)
Author:
stromnov@…
Message:

py-blist: fix

File:
1 edited

Legend:

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

    r81306 r81309  
    77name                py-blist 
    88version             1.3.4 
    9 revision            0 
     9revision            1 
    1010categories-append   devel 
    1111license             BSD 
     
    3232} elseif {$subport != $name} { 
    3333    depends_lib     port:py${python.version}-distribute 
    34 } 
    3534 
    36 post-patch { 
    37     file delete -force ${worksrcpath}/blist.egg-info 
    38 } 
     35    post-patch { 
     36        file delete -force ${worksrcpath}/blist.egg-info 
     37    } 
    3938 
    40 post-destroot { 
    41     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    42     xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${name} 
     39    post-destroot { 
     40        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 
     41        xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${subport} 
     42    } 
    4343} 
    4444 
Note: See TracChangeset for help on using the changeset viewer.