mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build without NOPORTDOCS: force detection of port textproc/texi2html
Reviewed by: Randy Pratt <rpratt1950@earthlink.net>, Frank Mayhar <frank@exit.com>
This commit is contained in:
parent
b285e1b086
commit
7ca10bae17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123460
@ -293,6 +293,12 @@ post-extract:
|
||||
.endif # ${ARCH} == i386
|
||||
|
||||
post-patch:
|
||||
# force detection of texi2html
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|^(texi2html=)no|\1yes|' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
.endif
|
||||
.ifndef(WITHOUT_FFMPEG_FFSERVER)
|
||||
@${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%RC_SUBR%%|${RC_SUBR}|' \
|
||||
${FILESDIR}/ffserver.sh >${WRKDIR}/ffserver.sh
|
||||
|
@ -293,6 +293,12 @@ post-extract:
|
||||
.endif # ${ARCH} == i386
|
||||
|
||||
post-patch:
|
||||
# force detection of texi2html
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|^(texi2html=)no|\1yes|' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
.endif
|
||||
.ifndef(WITHOUT_FFMPEG_FFSERVER)
|
||||
@${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%RC_SUBR%%|${RC_SUBR}|' \
|
||||
${FILESDIR}/ffserver.sh >${WRKDIR}/ffserver.sh
|
||||
|
Loading…
Reference in New Issue
Block a user