summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2008-07-07 18:44:24 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2008-07-07 18:44:24 +0000
commit7c35c3101d02f4a0b12be8e2cc0d003b5a797de0 (patch)
treedc7c9b98a2bac15a6b914bab3625d91749ff1350 /dev-util/bnfc/bnfc-2.2.ebuild
parentAdd ~sparc keyword, bug #230517 (diff)
downloadgentoo-2-7c35c3101d02f4a0b12be8e2cc0d003b5a797de0.tar.gz
gentoo-2-7c35c3101d02f4a0b12be8e2cc0d003b5a797de0.tar.bz2
gentoo-2-7c35c3101d02f4a0b12be8e2cc0d003b5a797de0.zip
Change virtual/tetex dep into virtual/latex-base for dev-util/bnfc.
(Portage version: 2.1.4.4)
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
}