diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-08-16 00:39:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-08-16 00:39:58 +0800 |
commit | 5654a19c89371c5780b8d0fc075f837bf048e8eb (patch) | |
tree | 11c9a24f49ef5772e8d0f84a49b70523f586f96f /mail | |
parent | 558162c243a5a94a01c23e61e6d7076784b922b0 (diff) | |
download | freebsd-ports-gnome-5654a19c89371c5780b8d0fc075f837bf048e8eb.tar.gz freebsd-ports-gnome-5654a19c89371c5780b8d0fc075f837bf048e8eb.tar.zst freebsd-ports-gnome-5654a19c89371c5780b8d0fc075f837bf048e8eb.zip |
- retire mail/sendmail-sasl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/sendmail-sasl/Makefile | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3137aec809bb..2adc538e71d9 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -615,7 +615,6 @@ SUBDIR += scam-backscatter SUBDIR += sccmilter SUBDIR += sendmail - SUBDIR += sendmail-sasl SUBDIR += sendok SUBDIR += sentinel SUBDIR += serialmail diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile deleted file mode 100644 index 8511d052eca1..000000000000 --- a/mail/sendmail-sasl/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= mail ipv6 - -MAINTAINER= dinoex@FreeBSD.org - -OPTIONS_SET+= TLS SASL SASLAUTHD -MASTERDIR?= ${.CURDIR}/../sendmail - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |