commit: 25f6e16a9d613f58aa74c8b045b70d78813f56fe Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 21:39:44 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 21:19:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f6e16a
app-misc/mencal: install docs using einstalldocs. Package-Manager: portage-2.3.0 app-misc/mencal/mencal-3.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/mencal/mencal-3.0.ebuild b/app-misc/mencal/mencal-3.0.ebuild index 52d342c..3562ebd 100644 --- a/app-misc/mencal/mencal-3.0.ebuild +++ b/app-misc/mencal/mencal-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,9 @@ IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" +DOCS=( README ) + src_install() { dobin "${PN}" - dodoc README + einstalldocs }