summaryrefslogtreecommitdiff
path: root/mail/wanderlust-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/wanderlust-devel/files')
-rw-r--r--mail/wanderlust-devel/files/WL-CFG1
-rw-r--r--mail/wanderlust-devel/files/patch-Makefile14
-rw-r--r--mail/wanderlust-devel/files/patch-samples_en_dot.wl11
-rw-r--r--mail/wanderlust-devel/files/patch-samples_ja_dot.wl11
-rw-r--r--mail/wanderlust-devel/files/wanderlust-startup.el4
5 files changed, 0 insertions, 41 deletions
diff --git a/mail/wanderlust-devel/files/WL-CFG b/mail/wanderlust-devel/files/WL-CFG
deleted file mode 100644
index 2594b4c4157a..000000000000
--- a/mail/wanderlust-devel/files/WL-CFG
+++ /dev/null
@@ -1 +0,0 @@
-(setq wl-install-utils t)
diff --git a/mail/wanderlust-devel/files/patch-Makefile b/mail/wanderlust-devel/files/patch-Makefile
deleted file mode 100644
index 65e0ccd7c8d0..000000000000
--- a/mail/wanderlust-devel/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig 2008-02-19 20:29:06.000000000 +0900
-+++ Makefile 2008-08-28 19:55:07.000000000 +0900
-@@ -110,9 +110,9 @@
- clean-dvi: mostlyclean-dvi
- rm -f doc/*.dvi
-
--all: elc
-+all: elc info
-
--install: install-elc
-+install: install-elc install-info
-
- uninstall: uninstall-elc
-
diff --git a/mail/wanderlust-devel/files/patch-samples_en_dot.wl b/mail/wanderlust-devel/files/patch-samples_en_dot.wl
deleted file mode 100644
index cb2d5e450955..000000000000
--- a/mail/wanderlust-devel/files/patch-samples_en_dot.wl
+++ /dev/null
@@ -1,11 +0,0 @@
---- samples/en/dot.wl.orig 2009-09-26 19:47:36.000000000 +0900
-+++ samples/en/dot.wl 2009-09-26 19:47:42.000000000 +0900
-@@ -314,7 +314,7 @@
-
- ;; for Emacs21
- ((and (not (featurep 'xemacs))
-- (= emacs-major-version 21)
-+ (>= emacs-major-version 21)
- (module-installed-p 'x-face-e21))
- (autoload 'x-face-decode-message-header "x-face-e21")
- (setq wl-highlight-x-face-function 'x-face-decode-message-header))
diff --git a/mail/wanderlust-devel/files/patch-samples_ja_dot.wl b/mail/wanderlust-devel/files/patch-samples_ja_dot.wl
deleted file mode 100644
index ffecfd83733d..000000000000
--- a/mail/wanderlust-devel/files/patch-samples_ja_dot.wl
+++ /dev/null
@@ -1,11 +0,0 @@
---- samples/ja/dot.wl.orig 2009-09-26 19:48:32.000000000 +0900
-+++ samples/ja/dot.wl 2009-09-26 19:49:02.000000000 +0900
-@@ -320,7 +320,7 @@
-
- ;; for Emacs21
- ((and (not (featurep 'xemacs))
-- (= emacs-major-version 21)
-+ (>= emacs-major-version 21)
- (module-installed-p 'x-face-e21))
- (autoload 'x-face-decode-message-header "x-face-e21")
- (setq wl-highlight-x-face-function 'x-face-decode-message-header))
diff --git a/mail/wanderlust-devel/files/wanderlust-startup.el b/mail/wanderlust-devel/files/wanderlust-startup.el
deleted file mode 100644
index e9ef833c9671..000000000000
--- a/mail/wanderlust-devel/files/wanderlust-startup.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-(load "mime-setup")
-(provide 'wanderlust-startup)