Commits
Adam Mercer authored e71b0f9ed59
37 37 | |
38 38 | post-destroot { |
39 39 | if {${name} != ${subport}} { |
40 40 | set docdir ${prefix}/share/doc/${subport} |
41 41 | xinstall -d ${destroot}${docdir} |
42 42 | xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir} |
43 43 | } |
44 44 | } |
45 45 | } |
46 46 | |
47 - | livecheck.type regex |
48 - | livecheck.regex /${my_name}-(1.(\\d+)*) |
47 + | if {${name} == ${subport}} { |
48 + | livecheck.type regex |
49 + | livecheck.regex /${my_name}-(1.(\\d+)*) |
50 + | } else { |
51 + | livecheck.type none |
52 + | } |