Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 18:43:53 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23c1d095c3b6 - main - mail/sendmail: fix typo in option
Message-ID:  <202206051843.255IhrDk078935@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23c1d095c3b68984471d309efb67e40401d111d9

commit 23c1d095c3b68984471d309efb67e40401d111d9
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-06-05 18:43:39 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-06-05 18:43:39 +0000

    mail/sendmail: fix typo in option
---
 mail/sendmail/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 0df6543f1256..3c9635450ffd 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -63,7 +63,7 @@ CYRUSLOOKUP_DESC=	Enable cyruslookup feature
 PICKY_HELO_CHECK_DESC=	Enable picky HELO check
 MILTER_DESC=		Enable milter support
 SMTPUTF8_DESC=		Enable unicode address support
-MTA_STS_DESC=		Emable MTA-STS support (option SOCKETMAP and TLS needed)
+MTA_STS_DESC=		Enable MTA-STS support (option SOCKETMAP and TLS needed)
 TLS_CERT_CHAIN_DESC=	Enable certificate chain file support (incompatibility)
 
 TLS_USES=	ssl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206051843.255IhrDk078935>