aboutsummaryrefslogtreecommitdiff
path: root/textproc/muse/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/muse/files/patch-Makefile')
-rw-r--r--textproc/muse/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/muse/files/patch-Makefile b/textproc/muse/files/patch-Makefile
new file mode 100644
index 000000000000..23d453d732ea
--- /dev/null
+++ b/textproc/muse/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Sat Sep 9 12:17:41 2006
++++ Makefile Sat Sep 9 12:17:51 2006
+@@ -43,8 +43,8 @@
+
+ install-info: $(MANUAL).info
+ [ -d $(INFODIR) ] || install -d $(INFODIR)
+- install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
+- $(INSTALLINFO) $(INFODIR)/$(MANUAL)
++ install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL).info
++ $(INSTALLINFO) $(INFODIR)/$(MANUAL).info
+
+ install-bin: autoloads lisp contrib
+ (cd lisp && $(MAKE) install)