summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gperf/gperf-3.0.3.ebuild')
-rw-r--r--dev-util/gperf/gperf-3.0.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/gperf/gperf-3.0.3.ebuild b/dev-util/gperf/gperf-3.0.3.ebuild
index cb3131f33d98..0746273ac5c6 100644
--- a/dev-util/gperf/gperf-3.0.3.ebuild
+++ b/dev-util/gperf/gperf-3.0.3.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.3.ebuild,v 1.3 2008/01/14 20:17:13 dertobi123 Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.3.ebuild,v 1.4 2008/01/26 14:54:30 swegener Exp $
DESCRIPTION="A perfect hash function generator"
HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html"
@@ -14,5 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~
IUSE=""
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die
+ dodoc AUTHORS ChangeLog NEWS README
}