commit: 85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 09:45:36 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 09:52:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ed6a6d
sci-libs/netcdf: Replace 'doins' with 'dodoc -r'
Package-Manager: portage-2.2.27
sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
index d82570b..982aff2 100644
--- a/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
+++ b/sci-libs/netcdf/netcdf-4.4.0-r1.ebuild
@@ -46,9 +46,6 @@ src_configure() {
src_install() {
default
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
+ use examples && dodoc -r examples
prune_libtool_files
}