summaryrefslogtreecommitdiff
path: root/textproc/muse/files/patch-texi-Makefile
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2008-01-07 12:52:00 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2008-01-07 12:52:00 +0000
commit374028f7dccb69fe06caa8c31f9ca48429f6975c (patch)
treeee76a0304aa5530ead806eab50ea2da83c879541 /textproc/muse/files/patch-texi-Makefile
parent- update to 3.0 (diff)
- update to 3.11
- the license was changed to GPLv3 - use Emacs 22 by default - removed file: files/patch-Makefile.defs - new file: files/patch-Makefile.defs.default
Notes
Notes: svn path=/head/; revision=205166
Diffstat (limited to 'textproc/muse/files/patch-texi-Makefile')
-rw-r--r--textproc/muse/files/patch-texi-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/muse/files/patch-texi-Makefile b/textproc/muse/files/patch-texi-Makefile
index a9b648500d00..02b6e28b8885 100644
--- a/textproc/muse/files/patch-texi-Makefile
+++ b/textproc/muse/files/patch-texi-Makefile
@@ -1,10 +1,10 @@
---- texi/Makefile.orig Tue Jun 19 09:33:34 2007
-+++ texi/Makefile Tue Jun 19 09:33:54 2007
-@@ -22,5 +22,5 @@
+--- texi/Makefile.orig 2008-01-07 17:34:47.000000000 +0800
++++ texi/Makefile 2008-01-07 17:35:24.000000000 +0800
+@@ -25,5 +25,5 @@
install: $(MANUAL).info
[ -d $(INFODIR) ] || install -d $(INFODIR)
- install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
-- $(INSTALLINFO) $(INFODIR)/$(MANUAL)
+- $(call install_info,$(MANUAL))
+ install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL).info
-+ $(INSTALLINFO) $(INFODIR)/$(MANUAL).info
++ $(call install_info,$(MANUAL).info)