- Properly clean up all empty doc dirs

This commit is contained in:
Dmitry Marakasov 2017-08-29 11:15:24 +00:00
parent 63972170d6
commit a12a4ed114
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448904

View file

@ -103,7 +103,7 @@ post-patch:
post-install:
${LN} -sf libzorba_simplestore.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libzorba_simplestore.so.${PORTVERSION:R:R}
.if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN}
cd ${STAGEDIR}${DOCSDIR} && rmdir c/html code/html code cxx/html zorba/html
cd ${STAGEDIR}${DOCSDIR} && ${RMDIR} c/html code/html code cxx/html zorba/html zorba/xqdoc zorba
.endif
test: build