1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- attempt to fix build

Approved by: portmgr
This commit is contained in:
Jason Helfman 2013-03-31 07:05:33 +00:00
parent 66ad0ead65
commit 6512325337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315628

View File

@ -50,11 +50,11 @@ post-patch:
@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdataDATA//g' \
${WRKSRC}/doc/Makefile.in ${WRKSRC}/src/Makefile.in
.endif
.if ${PORT_OPTIONS:MDOCS}
.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightdocDATA//g' \
${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in ${WRKSRC}/tests/Makefile.in
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
.if ! ${PORT_OPTIONS:MEXAMPLES}
@${REINPLACE_CMD} -e '/install-data-am:/,/:/s/install-source_highlightlibexampleDATA//g' \
${WRKSRC}/lib/examples/Makefile.in
.endif