apache-htpasswd: add manpage

fix for https://github.com/void-linux/void-packages/issues/22548
This commit is contained in:
teldra 2020-06-03 19:17:18 +02:00 committed by Helmut Pozimski
parent e9aa8dc793
commit b1c2799c1a

View file

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.4.43
revision=1
revision=2
wrksrc="httpd-${version}"
build_style=gnu-configure
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
@ -139,6 +139,7 @@ apache-htpasswd_package() {
short_desc+=" - htpasswd"
pkg_install() {
vmove usr/bin/htpasswd
vmove usr/share/man/man1/htpasswd.1
}
}