Ticket #22188: Portfile-3.diff

File Portfile-3.diff, 615 bytes (added by stromnov (Andrey Stromnov), 15 years ago)

install script

  • Portfile

    diff -r 1726f77ba8b4 Portfile
    a b  
    2626                    sha1    383fdffd0dd1edfe2e46c0d2d14340b63966a2cf \
    2727                    rmd160  e684a09c40575fa4c440ae7bba34e131ef93dc31
    2828
     29post-destroot {
     30    foreach bin [glob -tails -directory ${destroot}${python.prefix}/bin *] {
     31        ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}${python.branch}
     32    }
     33}
     34
    2935livecheck.type      regex
    3036livecheck.url       ${master_sites}
    3137livecheck.regex     "Pygments-(\\d+(?:\\.\\d+)*)${extract.suffix}"