mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
- Unbreak - Switch to options helpers PR: 185885 Submitted by: hardy.schumacher@gmx.de Approved by: maintainer timeout (anatoly.borodin@gmail.com, 2 years)
11 lines
328 B
Text
11 lines
328 B
Text
--- docs/Makefile.in.orig 2012-05-23 13:45:15 UTC
|
|
+++ docs/Makefile.in
|
|
@@ -803,7 +803,7 @@ uninstall-man: uninstall-man1 uninstall-
|
|
@HAVE_MAN2HTML_TRUE@ rm -f $(HTMLMANS)
|
|
|
|
@HAVE_MAN2HTML_TRUE@%.html: %
|
|
-@HAVE_MAN2HTML_TRUE@ $(MAN2HTML) $* > $@
|
|
+@HAVE_MAN2HTML_TRUE@ $(MAN2HTML) < $* > $@
|
|
|
|
@HAVE_MAN2HTML_FALSE@all-local:
|
|
|