media-gfx/sane-frontends: Use einstalldocs
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 18 Feb 2018 17:06:51 +0000 (18:06 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 18 Feb 2018 17:10:50 +0000 (18:10 +0100)
Bug: https://bugs.gentoo.org/647524
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild

index b635cb4ba34bb70eda3d520b367d21073e5d8c66..474d18045d3f3abc89f71b9aac6cca7952dbf63c 100644 (file)
@@ -19,6 +19,8 @@ DEPEND="${RDEPEND}
        gimp? ( media-gfx/gimp:2 )
 "
 
+DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
+
 PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
 
 src_configure() {
@@ -46,5 +48,5 @@ src_install() {
                        ewarn "No idea where to find the gimp plugin directory"
                fi
        fi
-       dodoc AUTHORS Changelog NEWS PROBLEMS README
+       einstalldocs
 }