summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-02-16 09:59:37 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-02-16 09:59:37 +0000
commit0601c926d89a2c8fc01b8b2532aca39499e940f2 (patch)
treea1a0535a16f9c914da55bb9644375ccc55e50f16 /sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
parentUpdates to 2.8.3_pre0 tracker (diff)
downloadhistorical-0601c926d89a2c8fc01b8b2532aca39499e940f2.tar.gz
historical-0601c926d89a2c8fc01b8b2532aca39499e940f2.tar.bz2
historical-0601c926d89a2c8fc01b8b2532aca39499e940f2.zip
Minor fix
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild')
-rw-r--r--sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index 5f800853a4ca..412bbe7a1785 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.7 2004/07/03 00:21:35 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild,v 1.8 2005/02/16 09:59:37 lu_zero Exp $
inherit eutils libtool
@@ -33,13 +33,11 @@ src_unpack() {
autoconf
autoheader
automake -a
- libtoolize
+ libtoolize --force --copy
elibtoolize
}
src_compile() {
- export WANT_AUTOCONF=2.5
- export WANT_AUTOMAKE=1.6
econf || die
emake || die
}
@@ -48,6 +46,7 @@ src_install() {
dodir /usr/bin /usr/lib /usr/share/man
make \
prefix=${D}/usr \
+ libdir=${D}/usr/lib \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die