diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index fcd6675e987..56b4539ea83 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -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 } }