summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authormartti <martti>2002-10-20 07:58:36 +0000
committermartti <martti>2002-10-20 07:58:36 +0000
commit30ffcb2bf52d318de2434d9ca2294dd2950af988 (patch)
tree19d6219763e4190f33f81b814e63012b726ddaec /mail/squirrelmail
parente67eb9881a5ef81d0b538f80e4c99e55dfbe8417 (diff)
downloadpkgsrc-30ffcb2bf52d318de2434d9ca2294dd2950af988.tar.gz
Correct directory ownership (PR#18529)
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index e93f7b99140..9446d990dff 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/09/16 10:07:39 martti Exp $
+# $NetBSD: Makefile,v 1.26 2002/10/20 07:58:36 martti Exp $
DISTNAME= squirrelmail-1.2.8
CATEGORIES= mail www
@@ -39,8 +39,8 @@ CONF_FILES+= ${EGDIR}/squirrelmail.conf ${PKG_SYSCONFDIR}/squirrelmail.conf
OWN_DIRS= ${DATADIR}
OWN_DIRS+= ${SMDIR} ${SMDIR}/config
-OWN_DIRS_PERMS= ${ATTACHMENTS_DIR} ${ROOT_USER} nobody 730
-OWN_DIRS_PERMS+= ${USER_PREFS_DIR} nobody nobody 755
+OWN_DIRS_PERMS= ${ATTACHMENTS_DIR} ${ROOT_USER} ${APACHE_GROUP} 730
+OWN_DIRS_PERMS+= ${USER_PREFS_DIR} ${APACHE_USER} ${APACHE_GROUP} 755
post-patch:
cd ${WRKSRC}; \