diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-22 12:45:39 +0000 |
commit | 5e8c51b7495f8cacf8ea596210121203623b9dfa (patch) | |
tree | bb3588cda6677bb80e273c442819f4be23b0b8c6 /app-dicts/eblook/eblook-1.6.ebuild | |
parent | Marked ppc stable. (Manifest recommit) (diff) | |
download | gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.gz gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.tar.bz2 gentoo-2-5e8c51b7495f8cacf8ea596210121203623b9dfa.zip |
Changed einstall to make DESTDIR=${D} install; bug #72014.
Diffstat (limited to 'app-dicts/eblook/eblook-1.6.ebuild')
-rw-r--r-- | app-dicts/eblook/eblook-1.6.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-dicts/eblook/eblook-1.6.ebuild b/app-dicts/eblook/eblook-1.6.ebuild index a14c1323040a..c527e32b0e2f 100644 --- a/app-dicts/eblook/eblook-1.6.ebuild +++ b/app-dicts/eblook/eblook-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.7 2004/11/18 09:23:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.6.ebuild,v 1.8 2004/11/22 12:45:39 usata Exp $ IUSE="" @@ -12,10 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND="!>=dev-libs/eb-4.1 +DEPEND="!>=dev-libs/eb-4.1 >=dev-libs/eb-3.3.4" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.53" S="${WORKDIR}/${P%_*}" @@ -25,7 +23,7 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION } |