- Properly clean up all empty doc dirs
This commit is contained in:
parent
63972170d6
commit
a12a4ed114
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448904
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue