From 25f6e16a9d613f58aa74c8b045b70d78813f56fe Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Thu, 19 Jan 2017 22:39:44 +0100 Subject: [PATCH] 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 52d342cd092f..3562ebd1822c 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 } -- 2.26.2