summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-06-28 07:32:39 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-06-28 07:32:39 +0000
commitb3ab0e126d1318f7a33792e052c3ef604d76cf5b (patch)
tree1583b3edb51a400b25162fedcd54c731d2f8a4c6 /sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
parentreverted to original (and standard) library location (diff)
downloadhistorical-b3ab0e126d1318f7a33792e052c3ef604d76cf5b.tar.gz
historical-b3ab0e126d1318f7a33792e052c3ef604d76cf5b.tar.bz2
historical-b3ab0e126d1318f7a33792e052c3ef604d76cf5b.zip
reverted to original (and standard) library location
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild')
-rw-r--r--sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
index 1f2c56ede32f..8e470db74074 100644
--- a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.1 2006/06/26 06:15:00 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.2 2006/06/28 07:32:39 nerdboy Exp $
inherit fortran distutils eutils autotools kde-functions toolchain-funcs
@@ -63,7 +63,6 @@ src_unpack() {
eend
epatch ${FILESDIR}/${P}-make.patch || die "make patch failed"
#epatch ${FILESDIR}/${P}-make-test.patch || die "make test patch failed"
- echo "LDPATH=\"/usr/$(get_libdir)/${PN}\"" > 42mpich2
}
src_compile() {
@@ -98,7 +97,7 @@ src_compile() {
$(use_enable mpe) \
$(use_enable threads) \
--includedir=/usr/include \
- --libdir=/usr/$(get_libdir)/${PN} \
+ --libdir=/usr/$(get_libdir) \
--mandir=/usr/share/man \
--with-docdir=/usr/share/doc/${PF} \
--with-htmldir=/usr/share/doc/${PF}/html \
@@ -163,7 +162,7 @@ src_install() {
dodir /etc/${PN}
rm -rf src/mpe2/etc/*.in
make install DESTDIR=${D} \
- LIBDIR=${D}usr/$(get_libdir)/${PN} || die "make install failed"
+ LIBDIR=${D}usr/$(get_libdir) || die "make install failed"
dodir /usr/share/${PN}
mv ${D}usr/examples/cpi ${D}usr/share/${PN}/cpi
@@ -180,7 +179,6 @@ src_install() {
rm -rf ${D}usr/share/man/
dodoc README CHANGES COPYRIGHT RELEASE_NOTES
fi
- doenvd 42mpich2
}
pkg_postinst() {