diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-07 17:23:11 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-07 17:23:11 +0800 |
commit | cde142122487a7dbd959b0960aa5aef9e93e9427 (patch) | |
tree | e4bb36498927e7ed568f3b1bce44ab32993ef1ff | |
parent | 8e239322dd4c1be01413a859c6bdfbcd660a4fe2 (diff) | |
download | freebsd-ports-gnome-cde142122487a7dbd959b0960aa5aef9e93e9427.tar.gz freebsd-ports-gnome-cde142122487a7dbd959b0960aa5aef9e93e9427.tar.zst freebsd-ports-gnome-cde142122487a7dbd959b0960aa5aef9e93e9427.zip |
- Unbreak
PR: 123054
Submitted by: Chess Griffin <chess@chessgriffin.com>
Alexander Botero-Lowry <alexbl@FreeBSD.org>
Approved by: miwi (mentor)
-rw-r--r-- | textproc/xmlto/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index 8cae5acc8c47..671efccdc72a 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -43,9 +43,11 @@ XSL_DIR= ${LOCALBASE}/share/xsl/docbook MAN1= xmlif.1 xmlto.1 DOCS= AUTHORS NEWS -.if !defined(WITH_PASSIVETEX) post-patch: - ${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-a|-PpR|' \ + ${WRKSRC}/format/docbook/man +.if !defined(WITH_PASSIVETEX) + @${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in .endif post-build: |