svn commit: r448904 - head/textproc/zorba
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 29 11:15:25 UTC 2017
Author: amdmi3
Date: Tue Aug 29 11:15:24 2017
New Revision: 448904
URL: https://svnweb.freebsd.org/changeset/ports/448904
Log:
- Properly clean up all empty doc dirs
Modified:
head/textproc/zorba/Makefile
Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile Tue Aug 29 11:13:44 2017 (r448903)
+++ head/textproc/zorba/Makefile Tue Aug 29 11:15:24 2017 (r448904)
@@ -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
More information about the svn-ports-all
mailing list