diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:57:36 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:57:36 +0000 |
commit | d2fccd175cdbf23a496b6de0d968e72c806cc6f1 (patch) | |
tree | ef964d9b5e7e232788610bc01b6c3d522114516e /games-fps/quake2-icculus | |
parent | x86 stable wrt bug 173869 (diff) | |
download | historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.tar.gz historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.tar.bz2 historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.zip |
use games_get_libdir
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-fps/quake2-icculus')
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild | 8 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild index 479f06230b40..6f3a487dd387 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.5 2007/03/13 01:30:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1-r1.ebuild,v 1.6 2007/04/09 17:57:36 nyhm Exp $ inherit eutils toolchain-funcs games @@ -133,7 +133,7 @@ src_compile() { BUILD_ALSA=$(yesno alsa) \ SDLDIR=/usr/lib \ DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2" \ - DEFAULT_LIBDIR="${GAMES_LIBDIR}/${PN}${libsuffix}" \ + DEFAULT_LIBDIR="$(games_get_libdir)/${PN}${libsuffix}" \ OPT_CFLAGS="${CFLAGS}" \ CC="$(tc-getCC)" \ || die "make failed" @@ -149,8 +149,8 @@ src_compile() { } src_install() { - local q2dir=${GAMES_LIBDIR}/${PN} - local q2maxdir=${GAMES_LIBDIR}/${PN}-qmax + local q2dir=$(games_get_libdir)/${PN} + local q2maxdir=$(games_get_libdir)/${PN}-qmax dodoc readme.txt README TODO "${FILESDIR}"/README-postinstall diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index 6d0959eafb03..2f7baf782f56 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.18 2007/03/13 01:30:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.19 2007/04/09 17:57:36 nyhm Exp $ inherit eutils toolchain-funcs games @@ -112,7 +112,7 @@ src_compile() { BUILD_ALSA=$(yesno alsa) \ SDLDIR=/usr/lib \ DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2" \ - DEFAULT_LIBDIR="${GAMES_LIBDIR}/${PN}${libsuffix}" \ + DEFAULT_LIBDIR="$(games_get_libdir)/${PN}${libsuffix}" \ OPT_CFLAGS="${CFLAGS}" \ CC="$(tc-getCC)" \ || die "make failed" @@ -128,8 +128,8 @@ src_compile() { } src_install() { - local q2dir=${GAMES_LIBDIR}/${PN} - local q2maxdir=${GAMES_LIBDIR}/${PN}-qmax + local q2dir=$(games_get_libdir)/${PN} + local q2maxdir=$(games_get_libdir)/${PN}-qmax dodoc readme.txt README TODO "${FILESDIR}"/README-postinstall |