From 1bf39628b46dd3997d492a6ccb5b655e218f3f60 Mon Sep 17 00:00:00 2001 From: kirby Date: Fri, 20 Mar 2015 10:50:39 +0000 Subject: [PATCH] fix path to pid file reporthed by Rod Whitworth glisten at witworx dot com ok sthen@ --- www/hiawatha/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 109676950e8..e701173325b 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.39 2014/12/24 11:17:34 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.40 2015/03/20 10:50:39 kirby Exp $ SHARED_LIBS= polarssl 1.0 COMMENT= secure webserver DISTNAME = hiawatha-9.2 +REVISION = 0 CATEGORIES= www net HOMEPAGE= http://www.hiawatha-webserver.org/ @@ -24,7 +25,8 @@ CONFIGURE_ARGS= -DWEBROOT_DIR="/var/hiawatha" \ -DCONFIG_DIR="${SYSCONFDIR}/hiawatha" \ -DLOG_DIR="/var/log/hiawatha" \ -DCMAKE_INSTALL_MANDIR="${PREFIX}/man" \ - -DENABLE_XSLT=ON + -DENABLE_XSLT=ON \ + -DPID_DIR="/var/run" NO_TEST= Yes