1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/textproc/muse/files/patch-texi-Makefile
Dryice Dong Liu 374028f7dc - 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
2008-01-07 12:52:00 +00:00

11 lines
387 B
Plaintext

--- 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)
- $(call install_info,$(MANUAL))
+ install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL).info
+ $(call install_info,$(MANUAL).info)