diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 8aaa0205ab3..206691779fa 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2007/11/08 23:35:33 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2008/01/10 20:17:57 ghen Exp $ # DISTNAME= roundcubemail-0.1-rc2 PKGNAME= roundcube-0.1rc2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -37,9 +38,9 @@ OWN_DIRS_PERMS+=${VARBASE}/tmp/roundcube ${APACHE_USER} ${APACHE_GROUP} 0755 CONF_FILES= ${EGDIR}/roundcube.conf ${PKG_SYSCONFDIR}/roundcube.conf CONF_FILES_PERMS+= \ ${EGDIR}/db.inc.php ${PKG_SYSCONFDIR}/roundcube/db.inc.php \ - ${APACHE_USER} ${APACHE_GROUP} 0440 \ + ${ROOT_USER} ${APACHE_GROUP} 0640 \ ${EGDIR}/main.inc.php ${PKG_SYSCONFDIR}/roundcube/main.inc.php \ - ${APACHE_USER} ${APACHE_GROUP} 0440 + ${ROOT_USER} ${APACHE_GROUP} 0640 SUBST_CLASSES+= files SUBST_STAGE.files= do-configure |