summaryrefslogtreecommitdiff
path: root/www/emacs-w3m/files/patch-Makefile.in
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2019-07-20 14:42:20 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2019-07-20 14:42:20 +0000
commite9a89566727e719dbdc3dc9acea57e501c9a19fc (patch)
treec14e3dc6deb0ec6d770396ef1d7925043cbbfa50 /www/emacs-w3m/files/patch-Makefile.in
parentcad/freecad: update to 0.18.3 (diff)
Update to the snapshot on 2019-07-19.
Notes
Notes: svn path=/head/; revision=506996
Diffstat (limited to 'www/emacs-w3m/files/patch-Makefile.in')
-rw-r--r--www/emacs-w3m/files/patch-Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/emacs-w3m/files/patch-Makefile.in b/www/emacs-w3m/files/patch-Makefile.in
index 240a93604489..b455c10ce1b4 100644
--- a/www/emacs-w3m/files/patch-Makefile.in
+++ b/www/emacs-w3m/files/patch-Makefile.in
@@ -1,15 +1,15 @@
---- Makefile.in.orig 2017-12-31 05:59:39 UTC
+--- Makefile.in.orig 2019-07-18 23:39:24 UTC
+++ Makefile.in
-@@ -66,7 +66,7 @@ install-ja: install-lisp install-info-ja
+@@ -59,7 +59,7 @@ install-ja: install-lisp install-info-ja
install-lisp: lisp
@$(SHELL) $(srcdir)/mkinstalldirs "$(DESTDIR)$(lispdir)";\
-- for p in ChangeLog ChangeLog.[1-9] ChangeLog.[1-9][0-9] *.el; do\
-+ for p in *.el; do\
+- for p in ChangeLog ChangeLog.[1-9] ChangeLog.[1-9][0-9] *.el .dir-locals.el; do\
++ for p in *.el ; do\
if test -f "$$p"; then\
case "$$p" in\
$(IGNORES)) ;;\
-@@ -93,7 +93,7 @@ install-lisp: lisp
+@@ -80,7 +80,7 @@ install-lisp: lisp
fi;\
done;\
if test -f shimbun/shimbun.elc; then\