Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 11:15:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448904 - head/textproc/zorba
Message-ID:  <201708291115.v7TBFORX090384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708291115.v7TBFORX090384>