summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-16 21:07:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-16 21:07:09 +0000
commit80c1fa7c578a2311577244bc4ab1722b96bed423 (patch)
tree58cd09e31093aa83972d947a070304ac1729ea2d /media-libs
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-80c1fa7c578a2311577244bc4ab1722b96bed423.tar.gz
gentoo-2-80c1fa7c578a2311577244bc4ab1722b96bed423.tar.bz2
gentoo-2-80c1fa7c578a2311577244bc4ab1722b96bed423.zip
docs go in /usr/share/doc/${PF}
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/allegttf/allegttf-2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/allegttf/allegttf-2.0.ebuild b/media-libs/allegttf/allegttf-2.0.ebuild
index 2d6b47dcb17e..73634885661e 100644
--- a/media-libs/allegttf/allegttf-2.0.ebuild
+++ b/media-libs/allegttf/allegttf-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegttf/allegttf-2.0.ebuild,v 1.9 2005/04/16 20:48:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegttf/allegttf-2.0.ebuild,v 1.10 2005/04/16 21:07:09 mr_bones_ Exp $
DESCRIPTION="Anti-aliased text output and font loading routines for Allegro"
HOMEPAGE="http://huizen.dds.nl/~deleveld/allegttf.htm"
@@ -38,6 +38,6 @@ src_install() {
make install || die "make install failed"
dodoc docs/*.txt *.txt || die "dodoc failed"
dohtml docs/allegttf.htm || die "dohtml failed"
- insinto /usr/share/doc/${P}/examples
+ insinto /usr/share/doc/${PF}/examples
doins examples/* || die "doins failed"
}