svn commit: r393316 - head/graphics/EZWGL

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 31 14:54:10 UTC 2015


Author: amdmi3
Date: Fri Jul 31 14:54:09 2015
New Revision: 393316
URL: https://svnweb.freebsd.org/changeset/ports/393316

Log:
  - Don't try to install empty directory

Modified:
  head/graphics/EZWGL/Makefile

Modified: head/graphics/EZWGL/Makefile
==============================================================================
--- head/graphics/EZWGL/Makefile	Fri Jul 31 14:53:25 2015	(r393315)
+++ head/graphics/EZWGL/Makefile	Fri Jul 31 14:54:09 2015	(r393316)
@@ -45,7 +45,7 @@ do-install:
 		${STAGEDIR}${EXAMPLESDIR} "! -name Makefile.in")
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} demos \
 		${STAGEDIR}${EXAMPLESDIR} "! -name Makefile.in")
-	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
+	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} "! -empty")
 	${INSTALL_DATA} ${WRKSRC}/doc/ps/*.ps ${STAGEDIR}${DOCSDIR}/ps
 
 post-install: install-manlinks


More information about the svn-ports-all mailing list