aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/sendmail-ldap/Makefile18
3 files changed, 1 insertions, 19 deletions
diff --git a/MOVED b/MOVED
index 1a7ad27b0e8e..6f2a4557df76 100644
--- a/MOVED
+++ b/MOVED
@@ -4265,3 +4265,4 @@ science/py-obspy.taup||2013-05-17|Removed: Use science/py-obspy instead
science/py-obspy.wav||2013-05-17|Removed: Use science/py-obspy instead
science/py-obspy.xseed||2013-05-17|Removed: Use science/py-obspy instead
science/py-obspy-core|science/py-obspy|2013-05-17|Use science/py-obspy instead
+mail/sendmail-ldap|mail/sendmail|2013-05-17|Removed: Use mail/sendmail instead
diff --git a/mail/Makefile b/mail/Makefile
index f1269347e6ad..7e5b7621f60a 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -626,7 +626,6 @@
SUBDIR += scam-backscatter
SUBDIR += sccmilter
SUBDIR += sendmail
- SUBDIR += sendmail-ldap
SUBDIR += sendmail-sasl
SUBDIR += sendok
SUBDIR += sentinel
diff --git a/mail/sendmail-ldap/Makefile b/mail/sendmail-ldap/Makefile
deleted file mode 100644
index e27a91884ce8..000000000000
--- a/mail/sendmail-ldap/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-
-PORTREVISION= 2
-CATEGORIES= mail ipv6
-
-MAINTAINER= dinoex@FreeBSD.org
-
-WITH_LDAP= yes
-WITH_TLS= yes
-WITH_SASL2= yes
-SENDMAIL_PORT?= sendmail
-MASTERDIR?= ${.CURDIR}/../${SENDMAIL_PORT}
-
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
-.include "${MASTERDIR}/Makefile"