Skip to content
Permalink
Browse files

zlib: No need to livecheck subports

  • Loading branch information
ryandesign committed Apr 28, 2019
1 parent 92a5ffd commit 14e2ca5185252a7734bf916031792882893b79c9
Showing with 3 additions and 1 deletion.
  1. +3 −1 archivers/zlib/Portfile
@@ -56,11 +56,13 @@ post-destroot {
xinstall -d ${destroot}${examplesdir}
xinstall -m 0644 {*}[glob ${worksrcpath}/example{.c,s/*}] ${destroot}${examplesdir}
}
}

livecheck.type regex
livecheck.url ${homepage}
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
} else {
livecheck.type none
}

subport minizip {
revision 0

0 comments on commit 14e2ca5

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