opnsense-ports/textproc/muse/files/patch-texi-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
387 B
Text

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