freebsd-ports/textproc/muse/files/patch-Makefile
Andrey Slusar ab3e26398b Rework previous fix to using INFO macro.
Reported by:	kris
2006-09-09 09:32:55 +00:00

13 lines
440 B
Text

--- 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)