summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:05:08 +0000
commit1d30b4c2e15d5e229523315def8712e1235256d6 (patch)
tree21fc0004a5831faccc62635c089a45df3d4185fc /app-editors/hexedit
parentheader fix; whitespace cleanup (diff)
downloadhistorical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.gz
historical-1d30b4c2e15d5e229523315def8712e1235256d6.tar.bz2
historical-1d30b4c2e15d5e229523315def8712e1235256d6.zip
whitespace cleanup
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r--app-editors/hexedit/Manifest2
-rw-r--r--app-editors/hexedit/hexedit-1.2.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/hexedit/Manifest b/app-editors/hexedit/Manifest
index e482e9db6546..45647752b073 100644
--- a/app-editors/hexedit/Manifest
+++ b/app-editors/hexedit/Manifest
@@ -1,3 +1,3 @@
MD5 92ffae14710eeb972a86b535b2910d9b ChangeLog 630
-MD5 ba8cdde48a66e2add13a213c23efae52 hexedit-1.2.2.ebuild 740
+MD5 5b7e185ebb4901f6453d39f929915719 hexedit-1.2.2.ebuild 741
MD5 6e5875f691ced8ecac86ccc41c443a3b files/digest-hexedit-1.2.2 65
diff --git a/app-editors/hexedit/hexedit-1.2.2.ebuild b/app-editors/hexedit/hexedit-1.2.2.ebuild
index 169d055ea60a..541666d5f018 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-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.10 2003/05/21 12:41:52 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.11 2003/09/05 23:05:05 msterret Exp $
S="${WORKDIR}/hexedit"
DESCRIPTION="View and edit files in hex or ASCII."
@@ -19,7 +19,7 @@ src_compile() {
cd "${S}"
./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \
|| die "./configure failed"
-
+
emake || die
}