summaryrefslogtreecommitdiff
path: root/mail/roundcube/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-08-31 15:31:26 +0000
committertaca <taca@pkgsrc.org>2015-08-31 15:31:26 +0000
commitefe4e80c6284674d9aa9f1ee64d17c8448ea63d4 (patch)
tree3e43003d3c8f0fe35c0a15e856c483fba07c211c /mail/roundcube/Makefile
parent2d08e8c82b15b30a31239a2f5211ffcae2b0cc8d (diff)
downloadpkgsrc-efe4e80c6284674d9aa9f1ee64d17c8448ea63d4.tar.gz
Make roundcube to support not only Apache but also Nginx based on
PR pkg/50041. Bump PKGREVISION.
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r--mail/roundcube/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index f95eee5452c..2c80335c4fe 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2015/08/23 15:43:00 taca Exp $
+# $NetBSD: Makefile,v 1.76 2015/08/31 15:31:26 taca Exp $
DISTNAME= roundcubemail-1.1.2
PKGNAME= ${DISTNAME:S/mail-/-/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
@@ -37,9 +37,6 @@ INSTALLATION_DIRS+= ${RCDIR}/bin ${RCDIR}/SQL ${DOCDIR} ${EGDIR}
PKG_SYSCONFSUBDIR?= roundcube
-WWW_USER?= ${APACHE_USER}
-WWW_GROUP?= ${APACHE_GROUP}
-
PKG_GROUPS_VARS+= WWW_GROUP
PKG_USERS_VARS= WWW_USER
BUILD_DEFS+= VARBASE WWW_USER WWW_GROUP APACHE_USER APACHE_GROUP
@@ -106,7 +103,7 @@ REPLACE_FILES.php= bin/*.sh
REPLACE_PYTHON= plugins/password/helpers/chpass-wrapper.py
post-extract:
- ${CP} ${FILESDIR}/roundcube.conf ${WRKSRC}/roundcube.conf
+ ${CP} ${FILESDIR}/${WWW_CONF_FILE} ${WRKSRC}/roundcube.conf
do-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}