diff --git a/srcpkgs/apache-mpm-worker/template b/srcpkgs/apache-mpm-worker/template index 52fbe404c2..744af34654 100644 --- a/srcpkgs/apache-mpm-worker/template +++ b/srcpkgs/apache-mpm-worker/template @@ -5,14 +5,14 @@ # Unset unused stuff. unset subpackages conf_files system_accounts systemd_services -unset post_install pre_configure run_depends +unset post_install pre_configure depends # Override some vars. pkgname=apache-mpm-worker configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker" # dlopen(3) run-time dependencies. -depends="libuuid expat libdb gdbm apache>=$version" -revision=1 +depends="apache>=$version" +revision=2 short_desc="Apache HTTP Server - high speed threaded mode" long_desc=" Each Apache Multi-Processing Module provides a different flavor of web @@ -33,5 +33,5 @@ post_install() { cp -f ${DESTDIR}/usr/sbin/httpd ${wrksrc} rm -rf ${DESTDIR}/* vinstall httpd 755 usr/sbin httpd.worker - vinstall ${FILESDIR}/${pkgname}.service 644 lib/systemd/system + vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system }