aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-07-06 14:55:00 +0800
committerpetef <petef@FreeBSD.org>2002-07-06 14:55:00 +0800
commitd5cd388b09574f3651864822b89f9a5d967608d1 (patch)
tree573159eff4a6217cb4a062a107cc602d0d05cc02 /mail
parentd7fac372c393679647e4f690d37302861c814fa0 (diff)
downloadfreebsd-ports-gnome-d5cd388b09574f3651864822b89f9a5d967608d1.tar.gz
freebsd-ports-gnome-d5cd388b09574f3651864822b89f9a5d967608d1.tar.zst
freebsd-ports-gnome-d5cd388b09574f3651864822b89f9a5d967608d1.zip
Add a MAILDROPDEFAULT knob to be more consistent with mail/courier's
behaviour. PR: 40059 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'mail')
-rw-r--r--mail/maildrop/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index f9797a0547dc..f8e61d7dd71f 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --enable-syslog=1 \
--with-etcdir="${PREFIX}/etc" \
--enable-maildrop-uid="${MAILDROP_SUID}" \
--enable-maildrop-gid="${MAILDROP_SGID}"
+.if defined(MAILDROPDEFAULT)
+CONFIGURE_ARGS+= --with-default-maildrop=${MAILDROPDEFAULT}
+.endif
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \
LIBS="-L${LOCALBASE}/lib"
GNU_CONFIGURE= yes