diff options
author | snj <snj> | 2004-02-21 07:19:12 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-21 07:19:12 +0000 |
commit | 0cd869de92a00793638bdaf76bee5cb35d38f50c (patch) | |
tree | 49cdf486acb103b9a2248383b8ec054c6517a4b9 | |
parent | 5b4a457abb9ebca70d28056fa81195bb0214675b (diff) | |
download | pkgsrc-0cd869de92a00793638bdaf76bee5cb35d38f50c.tar.gz |
s/Hexdecimal/Hexadecimal/
-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 |