summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2017-04-27 20:08:07 +0000
committerschmonz <schmonz>2017-04-27 20:08:07 +0000
commit6b4199602f1f1da7dd4c0964ca997aaf0f16e9a0 (patch)
tree891449c9bc03b31f382d4a58c03c0f2f5cc513bd /mail
parentc8004b467719d6bddb18936c96020596bf343709 (diff)
downloadpkgsrc-6b4199602f1f1da7dd4c0964ca997aaf0f16e9a0.tar.gz
Honor custom values of ${QMAIL_DAEMON_USER}.
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index cbcef3acd0c..5ecccaccedf 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/07/09 06:38:29 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2017/04/27 20:08:07 schmonz Exp $
DISTNAME= maildrop-2.5.5
PKGREVISION= 6
@@ -25,7 +25,8 @@ PKG_SUGGESTED_OPTIONS= authlib
# These are the users that may invoke maildrop with the "-d user"
# argument (mailbox delivery mode).
-MAILDROP_TRUSTED_USERS?= ${REAL_ROOT_USER} ${COURIER_USER} qmaild
+MAILDROP_TRUSTED_USERS?=${REAL_ROOT_USER} ${COURIER_USER} ${QMAIL_DAEMON_USER}
+BUILD_DEFS+= QMAIL_DAEMON_USER
CONFIGURE_ARGS+= --datadir=${DATADIR}
CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR}