1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build in the !DOCS case.

Reported by:	avg
This commit is contained in:
Brooks Davis 2012-07-31 18:49:18 +00:00
parent 71bdc9bb7c
commit ac22ad8665
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301807

View File

@ -155,9 +155,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/tools/clang/tools/scan-build/sorttable.js ${DATADIR}
@${INSTALL_MAN} ${WRKSRC}/tools/clang/docs/tools/clang.1 \
${MANPREFIX}/man/man1/
.if !${PORT_OPTIONS:MDOCS}
@${RMDIR} ${DOCSDIR}/html/img
.endif
TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} ${GMAKE} check)'
regression-test: ${BUILD_COOKIE}