1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/asciidoc/files/patch-a2x.py
2018-02-04 10:12:40 +00:00

12 lines
503 B
Python

--- a2x.py.orig 2018-01-13 22:10:35 UTC
+++ a2x.py
@@ -498,7 +498,7 @@ class A2X(AttrDict):
self.asciidoc_opts += ' --doctype %s' % self.doctype
for attr in self.attributes:
self.asciidoc_opts += ' --attribute "%s"' % attr
-# self.xsltproc_opts += ' --nonet'
+ self.xsltproc_opts += ' --nonet --path /usr/local/share/xsl/docbook/manpages/'
if self.verbose:
self.asciidoc_opts += ' --verbose'
self.dblatex_opts += ' -V'