Skip to content
Permalink
Browse files

py-zsi: fix livecheck

  • Loading branch information
reneeotten committed Apr 18, 2019
1 parent bad8a5a commit 2c6780a7aba57036f1022ef02e44c02823391657
Showing with 5 additions and 1 deletion.
  1. +5 −1 python/py-zsi/Portfile
@@ -30,7 +30,11 @@ python.versions 27
if {${name} ne ${subport}} {
patchfiles pyxml_dep.diff
post-destroot {
xinstall -m 644 ${worksrcpath}/README \
xinstall -m 0644 ${worksrcpath}/README \
${destroot}${prefix}/share/doc/${subport}
}

livecheck.type none
} else {
livecheck.regex ZSI-(\[0-9.\]+)${extract.suffix}
}

0 comments on commit 2c6780a

Please sign in to comment.
You can’t perform that action at this time.