summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-11-23 20:02:04 +0000
committerJeroen Roovers <jer@gentoo.org>2009-11-23 20:02:04 +0000
commit32dfde746345a845145bd38544afeb6e4c54bc22 (patch)
tree90ea5d03995f9a51c6a0906a56bad06e592d5122 /app-text/lout/lout-3.30.ebuild
parentRevision bump to fix -opengl build. Thanks to Bartosz Brachaczek for the patch. (diff)
downloadgentoo-2-32dfde746345a845145bd38544afeb6e4c54bc22.tar.gz
gentoo-2-32dfde746345a845145bd38544afeb6e4c54bc22.tar.bz2
gentoo-2-32dfde746345a845145bd38544afeb6e4c54bc22.zip
Fix docdir (bug #294283).
(Portage version: 2.2_rc51/cvs/Linux i686)
Diffstat (limited to 'app-text/lout/lout-3.30.ebuild')
-rw-r--r--app-text/lout/lout-3.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/lout/lout-3.30.ebuild b/app-text/lout/lout-3.30.ebuild
index 054ccbd8ce98..eba2346cf378 100644
--- a/app-text/lout/lout-3.30.ebuild
+++ b/app-text/lout/lout-3.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.30.ebuild,v 1.8 2009/09/06 18:36:26 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.30.ebuild,v 1.9 2009/11/23 20:02:04 jer Exp $
inherit toolchain-funcs
@@ -47,7 +47,7 @@ src_install() {
local bindir libdir docdir mandir
bindir=${D}/usr/bin
libdir=${D}/usr/share/lout
- docdir=${D}/usr/share/doc/${P}
+ docdir=${D}/usr/share/doc/${PF}
mandir=${D}/usr/share/man/man1
export LOUTLIB=${libdir}
export PATH="${bindir}:${PATH}"