diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index caa46aca42b..bf3b20147c5 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -1,9 +1,8 @@ # Template file for 'hiawatha' pkgname=hiawatha version=10.2 -revision=1 +revision=3 build_style=cmake -hostmakedepends="cmake" makedepends="libxslt-devel mbedtls-devel" short_desc="Advanced and secure webserver for Unix" maintainer="Enno Boland " @@ -14,7 +13,7 @@ checksum=8bd95fb4c96dfac3278622cf86c1091f00668c827516603b8155300991b0c0d2 configure_args=" -DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run - -DWEBROOT_DIR=/var/www + -DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha -DUSE_SYSTEM_MBEDTLS=ON -DCMAKE_INSTALL_SYSCONFDIR=/etc"