summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-08-23 15:43:00 +0000
committertaca <taca@pkgsrc.org>2015-08-23 15:43:00 +0000
commit27fcc20776b57f3f488ed4c64fdbc39546c49e5f (patch)
tree745c023cb9854a7ab8a5cdfbf109df939f379bd0 /mail
parent74505d948b263d8a4fc732953b7011066370abbf (diff)
downloadpkgsrc-27fcc20776b57f3f488ed4c64fdbc39546c49e5f.tar.gz
Remove wrong Apache dependency.
It is not the version of Apache but using Apache modules. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 1b38b35e70b..f95eee5452c 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2015/08/23 15:39:02 taca Exp $
+# $NetBSD: Makefile,v 1.75 2015/08/23 15:43:00 taca Exp $
DISTNAME= roundcubemail-1.1.2
PKGNAME= ${DISTNAME:S/mail-/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
@@ -84,8 +84,6 @@ CONF_FILES_PERMS+= ${EGDIR}/plugins/${f}/config.inc.php \
${WWW_USER} ${WWW_GROUP} 0640
.endfor
-.include "../../mk/apache.mk"
-
SUBST_CLASSES+= files
SUBST_STAGE.files= do-configure
SUBST_MESSAGE.files= Fixing configuration files.
@@ -99,12 +97,6 @@ SUBST_SED.files+= -e "s|@VARBASE@|${VARBASE}|g"
SUBST_SED.files+= -e "s|@PKG_EXAMPLES@|${PREFIX}/share/examples/roundcube|g"
SUBST_SED.files+= -e "s|@PKG_SYSCONFBASE@|${PKG_SYSCONFBASE}|g"
SUBST_SED.files+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
-.if ${PKG_APACHE} == "apache24"
-SUBST_SED.files+= -e "/Order allow,deny/d"
-SUBST_SED.files+= -e "/Order deny,allow/d"
-SUBST_SED.files+= -e "s,Allow from all,Require all granted,g"
-SUBST_SED.files+= -e "s,Deny from all,Require all denied,g"
-.endif
REPLACE_INTERPRETER+= php
REPLACE.php.old= /usr/bin/env php