diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-22 17:48:41 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-22 17:48:41 +0000 |
commit | 15074dbb5e6c14615fc7f582fe3719c90a93ae5f (patch) | |
tree | ce48836ca89ca8fd74b9af4c7ca59a021e244579 /chinese/hc | |
parent | c7012d81c2fd353354753be68ddd9dc923564ee7 (diff) | |
download | ports-15074dbb5e6c14615fc7f582fe3719c90a93ae5f.tar.gz ports-15074dbb5e6c14615fc7f582fe3719c90a93ae5f.zip |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, cn-* -> zh-*.)
Notes
Notes:
svn path=/head/; revision=7998
Diffstat (limited to 'chinese/hc')
-rw-r--r-- | chinese/hc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile index 164a4e361ff0..6e9fd99e41d3 100644 --- a/chinese/hc/Makefile +++ b/chinese/hc/Makefile @@ -4,10 +4,10 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/08 00:36:01 obrien Exp $ # -PKGNAME= cn-hc-3.0 +PKGNAME= zh-hc-3.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ |