Ticket #52285: ansible-depb-docbook-xsl.2.diff
File ansible-depb-docbook-xsl.2.diff, 611 bytes (added by raimue (Rainer Müller), 8 years ago) |
---|
-
Portfile
40 40 port:py${python.version}-crypto 41 41 42 42 depends_build-append port:asciidoc \ 43 port:libxslt 43 port:libxslt \ 44 port:docbook-xsl 44 45 45 46 post-fetch { 46 47 # fetch submodules (https://github.com/ansible/ansible/issues/11199) … … 56 57 } 57 58 } 58 59 60 build.env XSLTPROC_OPTS="-noet" 61 59 62 post-build { 60 63 system -W "${worksrcpath}" "make docs" 61 64 }