mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
374028f7dc
- the license was changed to GPLv3 - use Emacs 22 by default - removed file: files/patch-Makefile.defs - new file: files/patch-Makefile.defs.default
11 lines
387 B
Plaintext
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)
|