summaryrefslogtreecommitdiff
path: root/mail/courier-mta
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 18:29:06 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 18:29:06 +0000
commitb48a6ed0220a04e3ce6a6c04357d2b067ca5f4c7 (patch)
tree997816cdd89a593d4fd65ed42ba604ef4fe78a77 /mail/courier-mta
parent21e71669ab0cda3d07fea4ccc45528a4912bd4dd (diff)
downloadpkgsrc-b48a6ed0220a04e3ce6a6c04357d2b067ca5f4c7.tar.gz
Use REAL_ROOT_{USER,GROUP} in INSTALL scripts.
Diffstat (limited to 'mail/courier-mta')
-rw-r--r--mail/courier-mta/pkginstall.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/courier-mta/pkginstall.mk b/mail/courier-mta/pkginstall.mk
index e2766f06570..b884c847e2c 100644
--- a/mail/courier-mta/pkginstall.mk
+++ b/mail/courier-mta/pkginstall.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pkginstall.mk,v 1.2 2006/06/17 19:26:48 jlam Exp $
+# $NetBSD: pkginstall.mk,v 1.3 2007/06/15 18:29:06 jlam Exp $
# Convenience definition used below for a file or directory owned by the
# courier user and group.
@@ -7,7 +7,8 @@ COURIER_OWNED= ${COURIER_USER} ${COURIER_GROUP}
REQD_DIRS+= ${DATADIR} ${DOCDIR} ${EGDIR} \
${LIBEXECDIR} ${LIBEXECDIR}/modules
-REQD_DIRS_PERMS+= ${LIBEXECDIR}/cgi-bin ${ROOT_USER} ${ROOT_GROUP} 0700
+REQD_DIRS_PERMS+= ${LIBEXECDIR}/cgi-bin \
+ ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
MAKE_DIRS+= ${VARBASE}/run ${COURIER_STATEDIR}
###