Fix a plist issue without DOCS.
Reported by: marino
This commit is contained in:
parent
5e2a880015
commit
9ed241ef25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411880
1 changed files with 7 additions and 0 deletions
|
@ -263,6 +263,13 @@ post-install-DOCS-on:
|
|||
${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/
|
||||
${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/
|
||||
|
||||
.if ${PORT_OPTIONS:MCLANG}
|
||||
post-install-DOCS-off:
|
||||
${RM} -f ${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/scan-build.1
|
||||
${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/
|
||||
${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/
|
||||
.endif
|
||||
|
||||
post-install-LLDB-on:
|
||||
.if ${OPSYS} != "FreeBSD" || ${COMPILER_TYPE} == clang
|
||||
${RM} ${STAGEDIR}${LLVM_PREFIX}/lib/python*/site-packages/lib
|
||||
|
|
Loading…
Reference in a new issue