app-misc/mencal: install docs using einstalldocs.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 19 Jan 2017 21:39:44 +0000 (22:39 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 20 Jan 2017 21:19:15 +0000 (22:19 +0100)
Package-Manager: portage-2.3.0

app-misc/mencal/mencal-3.0.ebuild

index 52d342cd092ffb956c89a289419f34fd3834c1db..3562ebd1822c9d8ad2e180325c6b63e319346d6a 100644 (file)
@@ -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
 }