diff options
author | snj <snj@pkgsrc.org> | 2004-02-21 07:19:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-21 07:19:12 +0000 |
commit | 21d6cf38d2e46626fb6eaf9738a9a3004c4acf28 (patch) | |
tree | 49cdf486acb103b9a2248383b8ec054c6517a4b9 /misc/jhd | |
parent | 9687312e2fbe154e395a47233dfebcf2e4a37bd8 (diff) | |
download | pkgsrc-21d6cf38d2e46626fb6eaf9738a9a3004c4acf28.tar.gz |
s/Hexdecimal/Hexadecimal/
Diffstat (limited to 'misc/jhd')
-rw-r--r-- | misc/jhd/DESCR | 2 | ||||
-rw-r--r-- | misc/jhd/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/jhd/DESCR b/misc/jhd/DESCR index 71bf03db56e..3fe13679e56 100644 --- a/misc/jhd/DESCR +++ b/misc/jhd/DESCR @@ -1,4 +1,4 @@ -Jhd is a 'Japanese Hexdecimal Dump' command. This is for EUC KANJI +Jhd is a 'Japanese Hexadecimal Dump' command. This is for EUC KANJI code, as default. Example diff --git a/misc/jhd/Makefile b/misc/jhd/Makefile index ea9e1aef635..054d2548393 100644 --- a/misc/jhd/Makefile +++ b/misc/jhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:49:10 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/21 07:19:12 snj Exp $ # FreeBSD Id: Makefile,v 1.2 1999/05/01 04:00:25 taoka Exp $ DISTNAME= jhd-2.3 @@ -6,7 +6,7 @@ CATEGORIES= japanese misc MASTER_SITES= ftp://ftp.iamas.ac.jp/pub1/UNIX/File/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -COMMENT= Japanese Hexdecimal Dump +COMMENT= Japanese Hexadecimal Dump BUILD_DEPENDS= nkf-1.7:../../converters/nkf |