From cde142122487a7dbd959b0960aa5aef9e93e9427 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 7 May 2008 09:23:11 +0000 Subject: - Unbreak PR: 123054 Submitted by: Chess Griffin Alexander Botero-Lowry Approved by: miwi (mentor) --- textproc/xmlto/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc') 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: -- cgit v1.2.3