summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/lighttpd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 4922097f7d3..3eecd4af0ff 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2013/03/02 20:33:34 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2013/03/13 13:28:09 obache Exp $
DISTNAME= lighttpd-1.4.32
PKGREVISION= 4
@@ -39,6 +39,10 @@ LIGHTTPD_LOGDIR?= ${VARBASE}/log/lighttpd
LIGHTTPD_STATEDIR?= ${VARBASE}/run
LIGHTTPD_USER?= lighttpd
LIGHTTPD_GROUP?= lighttpd
+PKG_GROUPS+= ${LIGHTTPD_GROUP}
+PKG_USERS+= ${LIGHTTPD_USER}:${LIGHTTPD_GROUP}
+PKG_GROUPS_VARS+= LIGHTTPD_GROUP
+PKG_USERS_VARS+= LIGHTTPD_USER
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} ${EGDIR}/conf.d ${EGDIR}/vhosts.d
OWN_DIRS= ${PKG_SYSCONFDIR}/conf.d