--- ttmkfdir-3.0.9-r2.ebuild.orig 2005-04-29 02:44:55.000000000 +0200 +++ ttmkfdir-3.0.9-r2.ebuild 2005-04-29 00:13:19.000000000 +0200 @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild,v 1.16 2005/02/08 02:46:34 spyderous Exp $ +# $Header: $ -inherit eutils flag-o-matic toolchain-funcs +inherit eutils flag-o-matic toolchain-funcs x11-prefix DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts" HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html" @@ -33,6 +33,7 @@ # fix pack to work with new freetype include scheme (#44119) epatch ${FILESDIR}/${P}-freetype_new_includes.patch + sed -i "s:/usr/X11R6:${X11_PREFIX}:" README ttmkfdir.cpp } src_compile() { @@ -45,7 +46,7 @@ } src_install() { - exeinto /usr/X11R6/bin + exeinto ${X11_PREFIX}/bin doexe ttmkfdir || die "doexe failed" dodoc README }