diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-03-01 05:32:15 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-03-01 05:32:15 +0000 |
commit | 37216c531a6034088d755db8083fbc966e2f4f10 (patch) | |
tree | a09dd7ff739d5bf07f2373be4b160c80f04beeef /net-fs | |
parent | moved to net-fs/djmount (diff) | |
download | gentoo-2-37216c531a6034088d755db8083fbc966e2f4f10.tar.gz gentoo-2-37216c531a6034088d755db8083fbc966e2f4f10.tar.bz2 gentoo-2-37216c531a6034088d755db8083fbc966e2f4f10.zip |
clean up unnecessary src_compile
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/djmount/djmount-0.71.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-fs/djmount/djmount-0.71.ebuild b/net-fs/djmount/djmount-0.71.ebuild index f47ed29a95da..f076967e053b 100644 --- a/net-fs/djmount/djmount-0.71.ebuild +++ b/net-fs/djmount/djmount-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/djmount/djmount-0.71.ebuild,v 1.1 2007/03/01 04:40:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/djmount/djmount-0.71.ebuild,v 1.2 2007/03/01 05:32:15 cardoe Exp $ inherit eutils @@ -15,11 +15,7 @@ DEPEND="sys-fs/fuse net-misc/libupnp" RDEPEND="${DEPEND}" -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install() { emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS CHANGELOG NEWS README search_help.txt THANKS } |