summaryrefslogtreecommitdiff
path: root/textproc/muse/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/muse/files')
-rw-r--r--textproc/muse/files/patch-Makefile.defs.default (renamed from textproc/muse/files/patch-Makefile.defs)6
-rw-r--r--textproc/muse/files/patch-texi-Makefile10
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/muse/files/patch-Makefile.defs b/textproc/muse/files/patch-Makefile.defs.default
index 8675c01db91c..75ef7dddda93 100644
--- a/textproc/muse/files/patch-Makefile.defs
+++ b/textproc/muse/files/patch-Makefile.defs.default
@@ -1,6 +1,6 @@
---- ./Makefile.defs.orig Tue Jun 5 11:08:33 2007
-+++ ./Makefile.defs Tue Jun 5 11:08:42 2007
-@@ -8,7 +8,7 @@
+--- Makefile.defs.default.orig 2008-01-07 17:21:10.000000000 +0800
++++ Makefile.defs.default 2008-01-07 17:21:37.000000000 +0800
+@@ -14,7 +14,7 @@
# Installation options
# PREFIX is only used here.
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)