net-misc/s6-networking: add optfeature for man pages

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2023-12-05 15:01:36 +01:00
parent 5b1b7f4ebe
commit e0ef5a96ae

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit toolchain-funcs
inherit optfeature toolchain-funcs
DESCRIPTION="Suite of small networking utilities for Unix systems"
HOMEPAGE="https://www.skarnet.org/software/s6-networking/"
@@ -55,3 +55,7 @@ src_configure() {
econf "${myconf[@]}"
}
pkg_postinst() {
optfeature "man pages" app-doc/s6-networking-man-pages
}