diff options
Diffstat (limited to 'dev-util/hxd/hxd-0.70.ebuild')
-rw-r--r-- | dev-util/hxd/hxd-0.70.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild index 7ef42d2fc019..dc552a554bd1 100644 --- a/dev-util/hxd/hxd-0.70.ebuild +++ b/dev-util/hxd/hxd-0.70.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/dev-util/hxd/hxd-0.70.ebuild,v 1.5 2004/07/02 05:08:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.6 2004/07/21 20:10:38 mr_bones_ Exp $ DESCRIPTION="Binary to hexadecimal converter" HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" @@ -12,15 +12,9 @@ KEYWORDS="~x86 ~sparc ~mips" IUSE="" DEPEND="virtual/libc" -RDEPEND="${DEPEND}" - -src_compile() { - econf || die - emake || die -} src_install() { dobin hxd unhxd doman hxd.1 unhxd.1 - dodoc CHANGELOG COPYING README TODO + dodoc CHANGELOG README TODO } |