diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 14:54:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-31 14:54:09 +0000 |
commit | 52b061790224b68e16cd4151ede07ce49e74c8b9 (patch) | |
tree | b867f619f71f91c991577b703add8bd7d872a99b | |
parent | 8537c8a73a9db2c24b6c147b42dbeb1a31490437 (diff) |
Notes
-rw-r--r-- | graphics/EZWGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index a603914f706b..ee6dd2472aa0 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -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 |