aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m/files
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2002-07-26 01:32:09 +0800
committernobutaka <nobutaka@FreeBSD.org>2002-07-26 01:32:09 +0800
commitda327c56e1c3800fc10c1b3351e6576b93420959 (patch)
tree7f3458a1df93551e33064c41ea8241563f038cbd /www/emacs-w3m/files
parent02a3a3db666c021b05b1c6d8f7a307ab8d29cdcb (diff)
downloadfreebsd-ports-gnome-da327c56e1c3800fc10c1b3351e6576b93420959.tar.gz
freebsd-ports-gnome-da327c56e1c3800fc10c1b3351e6576b93420959.tar.zst
freebsd-ports-gnome-da327c56e1c3800fc10c1b3351e6576b93420959.zip
Update to 1.3.1.
Diffstat (limited to 'www/emacs-w3m/files')
-rw-r--r--www/emacs-w3m/files/_pkg.el2
-rw-r--r--www/emacs-w3m/files/patch-Makefile.in8
2 files changed, 5 insertions, 5 deletions
diff --git a/www/emacs-w3m/files/_pkg.el b/www/emacs-w3m/files/_pkg.el
index 772e07229337..dd5c3a8e146e 100644
--- a/www/emacs-w3m/files/_pkg.el
+++ b/www/emacs-w3m/files/_pkg.el
@@ -1,4 +1,4 @@
;;;###autoload
(package-provide 'w3m
- :version 0.2
+ :version 1.3
:type 'regular)
diff --git a/www/emacs-w3m/files/patch-Makefile.in b/www/emacs-w3m/files/patch-Makefile.in
index c83dad7b004d..c27d78bb1d0e 100644
--- a/www/emacs-w3m/files/patch-Makefile.in
+++ b/www/emacs-w3m/files/patch-Makefile.in
@@ -1,10 +1,10 @@
---- Makefile.in.orig Sat Mar 24 03:52:13 2001
-+++ Makefile.in Sat Mar 24 03:52:22 2001
-@@ -41,7 +41,7 @@
+--- Makefile.in.orig Mon Jul 1 00:49:09 2002
++++ Makefile.in Mon Jul 1 00:49:17 2002
+@@ -32,7 +32,7 @@
install: default
@$(SHELL) ./mkinstalldirs $(lispdir);\
-- for p in ChangeLog *.el; do\
+- for p in ChangeLog* *.el; do\
+ for p in *.el; do\
echo " $(INSTALL_DATA) $$p $(lispdir)/$$p";\
$(INSTALL_DATA) $$p $(lispdir)/$$p;\