s6-networking: add s6-networking-man-pages to -doc dependencies.
This commit is contained in:
parent
de12c78e21
commit
ee33337c9e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 's6-networking'
|
||||
pkgname=s6-networking
|
||||
version=2.4.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
|
||||
$(vopt_if bearssl --enable-ssl=bearssl)
|
||||
|
@ -38,7 +38,7 @@ post_install() {
|
|||
|
||||
s6-networking-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} s6-networking-man-pages"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue