commit: 9ccfa6b6c5f7d99ada18099fe4da3a2efdf86699
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 09:47:15 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 09:52:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccfa6b6
sci-libs/netcdf-cxx: Replace 'doins' with 'dodoc -r'
Package-Manager: portage-2.2.27
sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
index 3926444..48d3dd7 100644
--- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
+++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild
@@ -32,9 +32,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
}