Date: Fri, 31 Jul 2015 14:54:09 +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: r393316 - head/graphics/EZWGL Message-ID: <201507311454.t6VEs9vW068171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507311454.t6VEs9vW068171>