diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2019-07-20 14:42:20 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2019-07-20 14:42:20 +0000 |
commit | e9a89566727e719dbdc3dc9acea57e501c9a19fc (patch) | |
tree | c14e3dc6deb0ec6d770396ef1d7925043cbbfa50 /www/emacs-w3m/files/patch-Makefile.in | |
parent | cad/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.in | 10 |
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\ |