1
0
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:
Mario Sergio Fujikawa Ferreira 2004-12-08 15:05:16 +00:00
parent b285e1b086
commit 7ca10bae17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123460
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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