1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix NOPORTDOCS.

Submitted by:	QAT
This commit is contained in:
Juergen Lock 2009-12-06 22:49:50 +00:00
parent 58743247a1
commit 7f1ce3a82d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245305

View File

@ -1,10 +1,14 @@
Index: qemu/configure
@@ -1348,7 +1348,7 @@
@@ -1395,9 +1395,9 @@
fi
# Check if tools are available to build documentation.
-if test "$build_docs" = "yes" -a \( ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then
+if test "$build_docs" = "yes" -a \( "x$NOPORTDOCS" != "x" -o ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then
build_docs="no"
fi
- build_docs="no"
-fi
+#if test "$build_docs" = "yes" -a \( ! -x "`which texi2html 2>/dev/null`" -o ! -x "`which pod2man 2>/dev/null`" \) ; then
+# build_docs="no"
+#fi
##########################################
# Do we need librt