diff options
author | David Seifert <soap@gentoo.org> | 2016-01-25 10:45:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-01-25 10:52:08 +0100 |
commit | 85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688 (patch) | |
tree | 134c5e1ed1862d4e975b668ee14a459bed4c4058 /sci-libs | |
parent | media-gfx/tgif: Fix -Werror=format-security errors (diff) | |
download | gentoo-85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688.tar.gz gentoo-85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688.tar.bz2 gentoo-85ed6a6dc644dd0c60c2d1ee94a1f145f63b6688.zip |
sci-libs/netcdf: Replace 'doins' with 'dodoc -r'
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.4.0-r1.ebuild | 5 |
1 files changed, 1 insertions, 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 d82570b39285..982aff2f1dfd 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 } |