aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:34:52 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-06-27 12:34:52 +0000
commitfba661e8a6505e7d1c36673a407aaec50be11b50 (patch)
tree03e1be8a277142f907e026b09eddcafd8a3ace1e /mail
parent237f8bd9c9eacccbe57b7c150fed42c8e11df5e3 (diff)
downloadports-fba661e8a6505e7d1c36673a407aaec50be11b50.tar.gz
ports-fba661e8a6505e7d1c36673a407aaec50be11b50.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile3
-rw-r--r--mail/c-sig-emacs21/Makefile9
-rw-r--r--mail/wanderlust-emacs21/Makefile14
-rw-r--r--mail/wanderlust-emacs22/Makefile14
4 files changed, 0 insertions, 40 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 5ec6141b2400..4dd94b64dfb5 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -41,7 +41,6 @@
SUBDIR += bsmtp
SUBDIR += bulk_mailer
SUBDIR += c-sig
- SUBDIR += c-sig-emacs21
SUBDIR += cclient
SUBDIR += chk4mail
SUBDIR += claws-mail
@@ -731,8 +730,6 @@
SUBDIR += vrfy
SUBDIR += wanderlust
SUBDIR += wanderlust-devel
- SUBDIR += wanderlust-emacs21
- SUBDIR += wanderlust-emacs22
SUBDIR += wanderlust-xemacs21-mule
SUBDIR += websieve
SUBDIR += whoson
diff --git a/mail/c-sig-emacs21/Makefile b/mail/c-sig-emacs21/Makefile
deleted file mode 100644
index eac747cded03..000000000000
--- a/mail/c-sig-emacs21/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Created by: KIMURA Yasuhiro <yasu@utahime.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../c-sig
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs21
-
-.include "${MASTERDIR}/Makefile"
diff --git a/mail/wanderlust-emacs21/Makefile b/mail/wanderlust-emacs21/Makefile
deleted file mode 100644
index ebffd02f7f3a..000000000000
--- a/mail/wanderlust-emacs21/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../../mail/wanderlust
-
-COMMENT= Yet another message interface on Emacsen
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs21
-MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
-EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/mail/wanderlust-emacs22/Makefile b/mail/wanderlust-emacs22/Makefile
deleted file mode 100644
index 9a178ac37a56..000000000000
--- a/mail/wanderlust-emacs22/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../../mail/wanderlust
-
-COMMENT= Yet another message interface on Emacsen
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs22
-MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
-EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"