summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-01-19 22:39:44 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-20 22:19:15 +0100
commit25f6e16a9d613f58aa74c8b045b70d78813f56fe (patch)
tree371831cd9af7daf2346d66e9962ca02a145b9247 /app-misc/mencal/mencal-3.0.ebuild
parentapp-misc/calendar: EAPI 6 bump. (diff)
downloadgentoo-25f6e16a9d613f58aa74c8b045b70d78813f56fe.tar.gz
gentoo-25f6e16a9d613f58aa74c8b045b70d78813f56fe.tar.bz2
gentoo-25f6e16a9d613f58aa74c8b045b70d78813f56fe.zip
app-misc/mencal: install docs using einstalldocs.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc/mencal/mencal-3.0.ebuild')
-rw-r--r--app-misc/mencal/mencal-3.0.ebuild6
1 files 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
}