summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-04-09 18:34:31 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-04-09 18:34:31 +0000
commit046dc5507bafb8816d36215ccbf321c79a5639f9 (patch)
tree7d2357e23548dc0b4fe402105fee4e097d4d4a33 /games-mud
parentuse games_get_libdir (diff)
downloadgentoo-2-046dc5507bafb8816d36215ccbf321c79a5639f9.tar.gz
gentoo-2-046dc5507bafb8816d36215ccbf321c79a5639f9.tar.bz2
gentoo-2-046dc5507bafb8816d36215ccbf321c79a5639f9.zip
use games_get_libdir
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/mcl/mcl-0.53.00.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild
index bdf0fd38650a..051389f9d14c 100644
--- a/games-mud/mcl/mcl-0.53.00.ebuild
+++ b/games-mud/mcl/mcl-0.53.00.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.14 2006/11/28 20:29:04 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.15 2007/04/09 18:34:31 nyhm Exp $
inherit eutils games
@@ -28,7 +28,7 @@ src_unpack() {
"${FILESDIR}"/${P}-libdir.patch
sed -i \
- -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:${GAMES_LIBDIR}/${PN}:" \
+ -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:$(games_get_libdir)/${PN}:" \
h/mcl.h \
|| die "sed h/mcl.h failed"
}