diff options
author | gahr <gahr@FreeBSD.org> | 2008-05-07 17:23:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-05-07 17:23:11 +0800 |
commit | f12264efaf90e2893c658f7655bf7b94b0ccf6c1 (patch) | |
tree | 6989818c105abe482ca5f61ccb2053dd43ad266e /textproc | |
parent | e92ac9f1a2cc8a2a28cf938ebc07725df8a25cf5 (diff) | |
download | freebsd-ports-gnome-f12264efaf90e2893c658f7655bf7b94b0ccf6c1.tar.gz freebsd-ports-gnome-f12264efaf90e2893c658f7655bf7b94b0ccf6c1.tar.zst freebsd-ports-gnome-f12264efaf90e2893c658f7655bf7b94b0ccf6c1.zip |
- 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: |