summaryrefslogtreecommitdiff
path: root/mail/mew-devel/files
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2023-02-14 13:40:58 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2023-02-14 13:44:36 +0900
commit2e959b2f9baa616af0b7f9343281650e2960a2fc (patch)
treeea0f45b42a444fb29701f33e2ce3f61f99c4adb9 /mail/mew-devel/files
parentsysutils/scanmem: use correct types for parameters in ptrace(2) calls (diff)
mail/mew-devel: Update to latest snapshot
Changes: https://github.com/kazu-yamamoto/Mew/compare/8f1e555...445f9ec
Diffstat (limited to 'mail/mew-devel/files')
-rw-r--r--mail/mew-devel/files/patch-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mew-devel/files/patch-Makefile.in b/mail/mew-devel/files/patch-Makefile.in
deleted file mode 100644
index a0cf0237f31e..000000000000
--- a/mail/mew-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2023-02-13 04:48:38 UTC
-+++ Makefile.in
-@@ -71,7 +71,7 @@ elisp::
- cd elisp; $(MAKE) EMACS=$(EMACS)
-
- install-elisp:
-- cd elisp; $(MAKE) install EMACS=$(EMACS) DESTDIR=$(DESTDIR)
-+ cd elisp; $(MAKE) install EMACS=$(EMACS) DESTDIR=$(DESTDIR) elispdir=$(elispdir)
-
- ################################################################
-