diff options
author | scw <scw@pkgsrc.org> | 2003-08-08 13:24:56 +0000 |
---|---|---|
committer | scw <scw@pkgsrc.org> | 2003-08-08 13:24:56 +0000 |
commit | 269d9e99939aa07048aa651aa45f08bcae41c101 (patch) | |
tree | 09f0f149e6041b16acfe740aa2ca1e408eb5de61 /editors/hexedit/Makefile | |
parent | db1f8f3dbed7b766c27b1faeaebbab5765f04505 (diff) | |
download | pkgsrc-269d9e99939aa07048aa651aa45f08bcae41c101.tar.gz |
Fix some off_t format strings. hexedit now displays addresses correctly
on big-endian platforms.
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r-- | editors/hexedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 53ec89a6eca..856bd06e4f3 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/07/21 16:44:36 martti Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/08 13:24:56 scw Exp $ # DISTNAME= hexedit-1.2.2 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/hexedit CATEGORIES= editors MASTER_SITES= http://www.chez.com/prigaux/ |