projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7797474
)
app-misc/mencal: install docs using einstalldocs.
author
Patrice Clement
<monsieurp@gentoo.org>
Thu, 19 Jan 2017 21:39:44 +0000
(22:39 +0100)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/app-misc/mencal/mencal-3.0.ebuild
b/app-misc/mencal/mencal-3.0.ebuild
index 52d342cd092ffb956c89a289419f34fd3834c1db..3562ebd1822c9d8ad2e180325c6b63e319346d6a 100644
(file)
--- a/
app-misc/mencal/mencal-3.0.ebuild
+++ b/
app-misc/mencal/mencal-3.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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
}