summaryrefslogtreecommitdiff
path: root/mail/mew-xemacs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mew-xemacs/patches/patch-aa')
-rw-r--r--mail/mew-xemacs/patches/patch-aa34
1 files changed, 0 insertions, 34 deletions
diff --git a/mail/mew-xemacs/patches/patch-aa b/mail/mew-xemacs/patches/patch-aa
deleted file mode 100644
index 4090b102410..00000000000
--- a/mail/mew-xemacs/patches/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/03/24 20:29:29 magick Exp $
-
---- Makefile.orig Thu Jan 17 22:10:06 2002
-+++ Makefile Sat Mar 23 17:52:56 2002
-@@ -19,24 +19,25 @@
- ## EDIT THE FOLLOWINGS
- ##
-
--prefix=/usr/local
-+prefix=${PREFIX}
- infodir=$(prefix)/info
-
- ##
- ## Compile engines
- ##
-
--EMACS = emacs
--#EMACS = xemacs
-+#EMACS = emacs
-+EMACS = xemacs
- #EMACS = mule
-
- ##
- ## A directory where mew*.el[c] will be installed.
- ##
-
--elispdir = $(prefix)/share/emacs/site-lisp/mew
-+#elispdir = $(prefix)/share/emacs/site-lisp/mew
- #elispdir = $(prefix)/lib/$(EMACS)/site-lisp
- #elispdir = $(prefix)/lib/emacs
-+elispdir = $(prefix)/lib/xemacs/site-packages/lisp/mew
-
- ##
- ## A directory where etc file will be installed.