diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-02-14 13:40:58 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-02-14 13:44:36 +0900 |
commit | 2e959b2f9baa616af0b7f9343281650e2960a2fc (patch) | |
tree | ea0f45b42a444fb29701f33e2ce3f61f99c4adb9 /mail/mew-devel/files | |
parent | sysutils/scanmem: use correct types for parameters in ptrace(2) calls (diff) |
mail/mew-devel: Update to latest snapshot
Diffstat (limited to 'mail/mew-devel/files')
-rw-r--r-- | mail/mew-devel/files/patch-Makefile.in | 11 |
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) - - ################################################################ - |