Ticket #22188: Portfile-3.diff
File Portfile-3.diff, 615 bytes (added by stromnov (Andrey Stromnov), 15 years ago) |
---|
-
Portfile
diff -r 1726f77ba8b4 Portfile
a b 26 26 sha1 383fdffd0dd1edfe2e46c0d2d14340b63966a2cf \ 27 27 rmd160 e684a09c40575fa4c440ae7bba34e131ef93dc31 28 28 29 post-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 29 35 livecheck.type regex 30 36 livecheck.url ${master_sites} 31 37 livecheck.regex "Pygments-(\\d+(?:\\.\\d+)*)${extract.suffix}"