summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2017-04-27 20:08:07 +0000
committerschmonz <schmonz@pkgsrc.org>2017-04-27 20:08:07 +0000
commitb6e94582ae2ea7599ecfda665906365b3d471ac5 (patch)
tree5d757331fba40bc2390c5fe8d32321dda31867e0 /mail/maildrop
parent6a3b0e389de47d4359ef4644da3971a005cae599 (diff)
downloadpkgsrc-b6e94582ae2ea7599ecfda665906365b3d471ac5.tar.gz
Honor custom values of ${QMAIL_DAEMON_USER}.
Diffstat (limited to 'mail/maildrop')
-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}