summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/bnfc/bnfc-2.2.ebuild')
-rw-r--r--dev-util/bnfc/bnfc-2.2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/bnfc/bnfc-2.2.ebuild b/dev-util/bnfc/bnfc-2.2.ebuild
index d9e13e11319a..c6dbc93e4603 100644
--- a/dev-util/bnfc/bnfc-2.2.ebuild
+++ b/dev-util/bnfc/bnfc-2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.4 2007/10/31 13:19:47 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.5 2008/07/07 18:44:24 kolmodin Exp $
inherit base ghc-package eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86 ~ppc"
IUSE="doc"
DEPEND=">=dev-lang/ghc-6.2
- doc? ( virtual/tetex )"
+ doc? ( virtual/latex-base )"
RDEPEND="virtual/libc"
@@ -41,6 +41,7 @@ src_install() {
dobin bnfc
if use doc ; then
cd doc
- dodoc LBNF-report.pdf
+ insinto "/usr/share/doc/${P}"
+ doins LBNF-report.pdf
fi
}