summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2002-11-05 15:16:44 +0000
committerMichael Imhof <tantive@gentoo.org>2002-11-05 15:16:44 +0000
commit187a8aeff7739d62384d7c5f6ae6a522cade277d (patch)
treeb7f827473ed37d7ccc6b0a1794530a35ff5fdb2c /sys-cluster/mpich
parentadded support for canna (diff)
downloadgentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.tar.gz
gentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.tar.bz2
gentoo-2-187a8aeff7739d62384d7c5f6ae6a522cade277d.zip
changed configure options
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r--sys-cluster/mpich/mpich-1.2.4.ebuild4
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
}