mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
10 lines
313 B
Text
10 lines
313 B
Text
Index: qemu/configure
|
|
@@ -689,7 +689,7 @@
|
|
fi # test "$curses"
|
|
|
|
# Check if tools are available to build documentation.
|
|
-if [ -x "`which texi2html 2>/dev/null`" ] && \
|
|
+if [ "x$NOPORTDOCS" != "x" -o -x "`which texi2html 2>/dev/null`" ] && \
|
|
[ -x "`which pod2man 2>/dev/null`" ]; then
|
|
build_docs="yes"
|
|
fi
|