- Unbreak
PR: 123054 Submitted by: Chess Griffin <chess@chessgriffin.com> Alexander Botero-Lowry <alexbl@FreeBSD.org> Approved by: miwi (mentor)
This commit is contained in:
parent
8e239322dd
commit
cde1421224
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212784
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue