aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-10-02 18:59:25 +0000
committerRene Ladan <rene@FreeBSD.org>2018-10-02 18:59:25 +0000
commit5542e69c2c332f46581976699899cfa6278268d3 (patch)
treea43b1dfb8079758d89e8def7011a7108b6525662 /mail
parent836f6830d5d2edf5a5f20756eda491866f3e49bd (diff)
downloadports-5542e69c2c332f46581976699899cfa6278268d3.tar.gz
ports-5542e69c2c332f46581976699899cfa6278268d3.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/mutt-lite/Makefile15
2 files changed, 0 insertions, 16 deletions
diff --git a/mail/Makefile b/mail/Makefile
index aca7e4fb5878..ecc1ef59c2ed 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -261,7 +261,6 @@
SUBDIR += mu4e-maildirs
SUBDIR += mulberry
SUBDIR += mutt
- SUBDIR += mutt-lite
SUBDIR += mutt_vc_query
SUBDIR += muttils
SUBDIR += nbsmtp
diff --git a/mail/mutt-lite/Makefile b/mail/mutt-lite/Makefile
deleted file mode 100644
index 55cf710d3ba2..000000000000
--- a/mail/mutt-lite/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Udo Schweigert <udo.schweigert@siemens.com>
-# $FreeBSD$
-
-# Just to get a mutt-devel-lite pkg on pkg cluster
-MASTERDIR= ${.CURDIR}/../mutt
-
-DEPRECATED= For a lite version of mutt build mail/mutt with less (or zero) options
-EXPIRATION_DATE= 2018-10-01
-COMMENT= The Mongrel of Mail User Agents (development version, lite package)
-
-CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-1.4* zh-mutt-devel-[0-9]*
-
-MUTT_LITE= yes
-
-.include "${MASTERDIR}/Makefile"