mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- new option SENDMAIL_PORT
This commit is contained in:
parent
ebe31f52c3
commit
1bc4e04a07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113759
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user