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
commit81a0f28e0ed4127e5b8c883b3a8dc1ee877642f2 (patch)
tree444773bbf38bf85db5d0c3a72b94bb9eca27e5f7 /sys-cluster
parentadded support for canna (diff)
downloadhistorical-81a0f28e0ed4127e5b8c883b3a8dc1ee877642f2.tar.gz
historical-81a0f28e0ed4127e5b8c883b3a8dc1ee877642f2.tar.bz2
historical-81a0f28e0ed4127e5b8c883b3a8dc1ee877642f2.zip
changed configure options
Diffstat (limited to 'sys-cluster')
-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
}