diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-05 15:16:44 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-05 15:16:44 +0000 |
commit | 187a8aeff7739d62384d7c5f6ae6a522cade277d (patch) | |
tree | b7f827473ed37d7ccc6b0a1794530a35ff5fdb2c /sys-cluster | |
parent | added support for canna (diff) | |
download | gentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.tar.gz gentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.tar.bz2 gentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.zip |
changed configure options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/mpich/mpich-1.2.4.ebuild b/sys-cluster/mpich/mpich-1.2.4.ebuild index 4bd8d0d0eaec..fb445d3319af 100644 --- a/sys-cluster/mpich/mpich-1.2.4.ebuild +++ b/sys-cluster/mpich/mpich-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.4.ebuild,v 1.1 2002/11/05 15:06:09 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.4.ebuild,v 1.2 2002/11/05 15:16:44 tantive Exp $ S=${WORKDIR}/mpich-${PV} DESCRIPTION="MPICH - A portable MPI implementation" @@ -26,7 +26,7 @@ src_unpack() { src_compile() { cd ${S} - ./configure --mandir=/usr/share/man || die + ./configure --mandir=/usr/share/man --prefix=/usr || die make || die } |