summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-15 17:38:54 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-15 17:38:54 +0000
commitc288d9885b14bdd6e0f8172a4e3d74b42b29eb1d (patch)
treeaa81cf0f346faf4ac5cec521619535683cfc381a /sci-chemistry/maxit/maxit-8.2.ebuild
parentStable on sparc (diff)
downloadgentoo-2-c288d9885b14bdd6e0f8172a4e3d74b42b29eb1d.tar.gz
gentoo-2-c288d9885b14bdd6e0f8172a4e3d74b42b29eb1d.tar.bz2
gentoo-2-c288d9885b14bdd6e0f8172a4e3d74b42b29eb1d.zip
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-chemistry/maxit/maxit-8.2.ebuild')
-rw-r--r--sci-chemistry/maxit/maxit-8.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/maxit/maxit-8.2.ebuild b/sci-chemistry/maxit/maxit-8.2.ebuild
index 1cbf973a5fc3..bdc03b39a1de 100644
--- a/sci-chemistry/maxit/maxit-8.2.ebuild
+++ b/sci-chemistry/maxit/maxit-8.2.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/sci-chemistry/maxit/maxit-8.2.ebuild,v 1.3 2006/09/07 00:51:00 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maxit/maxit-8.2.ebuild,v 1.4 2007/03/15 17:38:54 kugelfang Exp $
inherit eutils toolchain-funcs multilib
@@ -35,8 +35,8 @@ src_unpack() {
sed -i \
-e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
- -e "s:^\(GINCLUDE=\).*:\1-I${ROOT}usr/include/rcsb:g" \
- -e "s:^\(LIBDIR=\).*:\1${ROOT}usr/$(get_libdir):g" \
+ -e "s:^\(GINCLUDE=\).*:\1-I/usr/include/rcsb:g" \
+ -e "s:^\(LIBDIR=\).*:\1/usr/$(get_libdir):g" \
${S}/etc/make.*
}