Commits
Adam Mercer authored 1f525297c6e
32 32 | test.target test |
33 33 | |
34 34 | if {${name} != ${subport}} { |
35 35 | post-destroot { |
36 36 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
37 37 | xinstall -m 644 -W ${worksrcpath} ACKS ChangeLog COPYRIGHT README TODO \ |
38 38 | ${destroot}${prefix}/share/doc/${subport} |
39 39 | } |
40 40 | } |
41 41 | |
42 - | livecheck.type regex |
43 - | livecheck.url ${homepage} |
44 - | livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz |
42 + | if {${name} == ${subport}} { |
43 + | livecheck.type regex |
44 + | livecheck.url ${homepage} |
45 + | livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz |
46 + | } else { |
47 + | livecheck.type none |
48 + | } |