diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-07 09:23:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-05-07 09:23:11 +0000 |
commit | cde142122487a7dbd959b0960aa5aef9e93e9427 (patch) | |
tree | e4bb36498927e7ed568f3b1bce44ab32993ef1ff /textproc | |
parent | - Correct date in last entry (diff) |
- Unbreak
PR: 123054
Submitted by: Chess Griffin <chess@chessgriffin.com>
Alexander Botero-Lowry <alexbl@FreeBSD.org>
Approved by: miwi (mentor)
Diffstat (limited to 'textproc')
-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: |