diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:54:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-31 22:54:09 +0800 |
commit | 5b626d9c9bc32ddc8c0b1c5a7a3da7fdf4f25fc4 (patch) | |
tree | b867f619f71f91c991577b703add8bd7d872a99b /graphics/EZWGL | |
parent | 4eaab45a2301b47aa91752293214b1c00c91b3bd (diff) | |
download | freebsd-ports-gnome-5b626d9c9bc32ddc8c0b1c5a7a3da7fdf4f25fc4.tar.gz freebsd-ports-gnome-5b626d9c9bc32ddc8c0b1c5a7a3da7fdf4f25fc4.tar.zst freebsd-ports-gnome-5b626d9c9bc32ddc8c0b1c5a7a3da7fdf4f25fc4.zip |
- Don't try to install empty directory
Diffstat (limited to 'graphics/EZWGL')
-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 |