summaryrefslogtreecommitdiff
path: root/www/SOGo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/SOGo/Makefile')
-rw-r--r--www/SOGo/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/SOGo/Makefile b/www/SOGo/Makefile
index f888fe9ac99..d161bc1f761 100644
--- a/www/SOGo/Makefile
+++ b/www/SOGo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/08/22 12:23:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2019/11/04 22:09:50 rillig Exp $
#
DISTNAME= SOGo-2.3.23
@@ -12,11 +12,11 @@ COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
-USE_TOOLS+= bash gmake zip:run
+USE_TOOLS+= bash gmake zip:run
CONFIG_SHELL= bash
-CONFIGURE_ARGS= --enable-debug --disable-strip
-MAKE_JOBS_SAFE= no
+CONFIGURE_ARGS= --enable-debug --disable-strip
+MAKE_JOBS_SAFE= no
SOGOUSER?= sogo
SOGOGROUP?= sogo
@@ -25,18 +25,18 @@ SOGORUNDIR?= ${VARBASE}/sogo
INSTALLATION_DIRS+= share/examples/SOGo
-CONF_FILES+= share/examples/SOGo/sogo-conf.sh \
- ${PKG_SYSCONFDIR}/sogo-conf.sh
-CONF_FILES+= share/examples/SOGo/SOGo.conf \
- ${PKG_SYSCONFDIR}/SOGo.conf
-OWN_DIRS+= ${SOGOETCDIR}
-OWN_DIRS+= ${SOGORUNDIR}
+CONF_FILES+= share/examples/SOGo/sogo-conf.sh \
+ ${PKG_SYSCONFDIR}/sogo-conf.sh
+CONF_FILES+= share/examples/SOGo/SOGo.conf \
+ ${PKG_SYSCONFDIR}/SOGo.conf
+OWN_DIRS+= ${SOGOETCDIR}
+OWN_DIRS+= ${SOGORUNDIR}
OWN_DIRS_PERMS+= ${SOGOETCDIR} ${SOGOUSER} ${SOGOGROUP} 0755
OWN_DIRS_PERMS+= ${SOGORUNDIR} ${SOGOUSER} ${SOGOGROUP} 0755
-BUILD_DEFS+= VARBASE
+BUILD_DEFS+= VARBASE
-PKG_GROUPS+= ${SOGOGROUP}
-PKG_USERS+= ${SOGOUSER}:${SOGOGROUP}
+PKG_GROUPS+= ${SOGOGROUP}
+PKG_USERS+= ${SOGOUSER}:${SOGOGROUP}
PKG_HOME.${SOGOUSER}= ${SOGOETCDIR}
PKG_SHELL.${SOGOUSER}= ${SH}
PKG_GECOS.${SOGOUSER}= SOGo daemon user