Permalink
Browse files
zlib: No need to livecheck subports
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+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 |
|
|
|