summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mencal')
-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
}