diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
commit | 5b5725ea784811a26edd3fd24500eb18a927d420 (patch) | |
tree | cbba4960c13c4f1d38c097fb9d5d592a4d4a06fe /app-editors/hexedit | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.2.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild index cc1cac20e9c7..f88ece2578b9 100644 --- a/app-editors/hexedit/hexedit-1.2.2.ebuild +++ b/app-editors/hexedit/hexedit-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.3 2002/07/25 19:14:53 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ S="${WORKDIR}/hexedit" DESCRIPTION="View and edit files in hex or ASCII." @@ -16,15 +16,15 @@ KEYWORDS="x86" LICENSE="GPL-1" src_compile() { - cd "${S}" - ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ + cd "${S}" + ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ || die "./configure failed" - - emake || die + + emake || die } src_install () { - dobin hexedit - doman hexedit.1 - dodoc COPYING Changes TODO + dobin hexedit + doman hexedit.1 + dodoc COPYING Changes TODO } |