$OpenBSD: patch-doc_Makefile_in,v 1.1 2011/09/29 07:58:15 jasper Exp $

Fix the argument to prevent xsltproc from going online.

--- doc/Makefile.in.orig	Thu Sep 29 09:55:48 2011
+++ doc/Makefile.in	Thu Sep 29 09:56:00 2011
@@ -857,7 +857,7 @@ uninstall-man: uninstall-man8
 
 
 .xml.8:
-	$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+	$(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
 @ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
 #all-local:
