--- neXtaw-0.15.1.ebuild.orig 2005-04-26 19:15:51.000000000 +0200 +++ neXtaw-0.15.1.ebuild 2005-04-29 01:03:49.000000000 +0200 @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/neXtaw/neXtaw-0.15.1.ebuild,v 1.2 2005/03/29 14:10:11 gmsoft Exp $ +# $Header: $ + +inherit x11-prefix DESCRIPTION="Athena Widgets with N*XTSTEP appearance" HOMEPAGE="http://siag.nu/neXtaw/" @@ -14,7 +16,7 @@ src_compile() { ./configure \ --host=${CHOST} \ - --prefix=/usr/X11R6 \ + --prefix=${X11_PREFIX} \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die