From 9bdca5221641fb3fc38551907654d7830576fb79 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 27 Mar 2021 21:19:11 +0000 Subject: mailman: add -postfix and -exim4 slave ports This is to avoid accidents on upgrading, for instance, if the POSTFIX option is getting lost and mail starts to bounce. The slave ports prevent that. --- mail/mailman-exim4/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mail/mailman-exim4/Makefile (limited to 'mail/mailman-exim4') diff --git a/mail/mailman-exim4/Makefile b/mail/mailman-exim4/Makefile new file mode 100644 index 000000000000..5a8241ec5254 --- /dev/null +++ b/mail/mailman-exim4/Makefile @@ -0,0 +1,14 @@ +# Created by: Matthias Andree + +PKGNAMESUFFIX= -exim4 + +COMMENT= mailman with Exim4 configuration and dependency + +CONFLICTS_INSTALL= mailman*postfix* mailman-2* mailman-with-htdig-2* + +OPTIONS_EXCLUDE= COURIER OPENSMTPD POSTFIX SENDMAIL +OPTIONS_SLAVE= EXIM4 + +MASTERDIR= ${.CURDIR}/../../mail/mailman + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3