From 6da430c4e96565ca986c73f699442e862876b9a8 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 16 Jul 2004 06:37:33 +0000 Subject: - new option SENDMAIL_PORT --- mail/sendmail-ldap/Makefile | 5 +++-- mail/sendmail-sasl/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mail/sendmail-ldap/Makefile b/mail/sendmail-ldap/Makefile index ab616665eea1..2341845e8072 100644 --- a/mail/sendmail-ldap/Makefile +++ b/mail/sendmail-ldap/Makefile @@ -15,11 +15,12 @@ SENDMAIL_WITH_TLS= yes SENDMAIL_WITH_SASL= yes SENDMAIL_WITH_SFIO= yes SENDMAIL_WITH_MILTER= yes -MASTERDIR?= ${.CURDIR}/../sendmail-old +SENDMAIL_PORT?= sendmail-old .else SENDMAIL_WITH_SASL2= yes -MASTERDIR?= ${.CURDIR}/../sendmail +SENDMAIL_PORT?= sendmail .endif +MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT} .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 445ce1bc029a..568759f042ca 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -14,11 +14,12 @@ SENDMAIL_WITH_TLS= yes SENDMAIL_WITH_SASL= yes SENDMAIL_WITH_SFIO= yes SENDMAIL_WITH_MILTER= yes -MASTERDIR?= ${.CURDIR}/../sendmail-old +SENDMAIL_PORT?= sendmail-old .else SENDMAIL_WITH_SASL2= yes -MASTERDIR?= ${.CURDIR}/../sendmail +SENDMAIL_PORT?= sendmail .endif +MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT} .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" -- cgit