diff options
Diffstat (limited to 'app-editors/lfhex/lfhex-0.3.7.ebuild')
-rw-r--r-- | app-editors/lfhex/lfhex-0.3.7.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/lfhex/lfhex-0.3.7.ebuild b/app-editors/lfhex/lfhex-0.3.7.ebuild index b83d0ec788d0..e9f0b7ed256b 100644 --- a/app-editors/lfhex/lfhex-0.3.7.ebuild +++ b/app-editors/lfhex/lfhex-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.ebuild,v 1.1 2004/06/14 03:32:32 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.ebuild,v 1.2 2004/06/15 01:15:06 dragonheart Exp $ DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files" HOMEPAGE="http://freshmeat.net/projects/lfhex" @@ -20,8 +20,6 @@ DEPEND="${RDEPEND} sys-apps/grep sys-apps/net-tools" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die "emake failed" |