Changeset 99400


Ignore:
Timestamp:
Nov 4, 2012, 1:10:06 PM (12 years ago)
Author:
ryandesign@…
Message:

py-curlish: fix stub port

File:
1 edited

Legend:

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

    r99397 r99400  
    2828                    sha256  742f78d8aaa2c382ddf38f455745ecdf77472273059844514e434c626e2a9277
    2929
    30 
    31 post-build {
    32     reinplace "s|= get_default_curl_path()|= '${prefix}/bin/curl'|g" \
    33         ${worksrcpath}/curlish.py
    34 }
    35 
    3630if {$subport != $name} {
    3731    depends_build       port:py${python.version}-distribute
     
    4135    select.file         ${filespath}/${realname}${python.version}
    4236
     37    post-build {
     38        reinplace "s|= get_default_curl_path()|= '${prefix}/bin/curl'|g" \
     39            ${worksrcpath}/curlish.py
     40    }
     41
    4342    livecheck.type      none
    4443}
Note: See TracChangeset for help on using the changeset viewer.