diff options
author | max <max@FreeBSD.org> | 1997-09-22 16:22:24 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-22 16:22:24 +0000 |
commit | ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4 (patch) | |
tree | c5a15fa95da65c9d1146bbacd12223f47bddf7dd /korean/hcode | |
parent | cfa47c0c79ce40596e4ddd48b7460b973f457788 (diff) | |
download | FreeBSD-ports-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.zip FreeBSD-ports-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.gz |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, kr-* -> ko-*.)
Diffstat (limited to 'korean/hcode')
-rw-r--r-- | korean/hcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile index 00abd85..76cab72 100644 --- a/korean/hcode/Makefile +++ b/korean/hcode/Makefile @@ -3,11 +3,11 @@ # Date created: 31 Mar 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.1.1.1 1997/05/03 21:43:56 max Exp $ +# $Id: Makefile,v 1.2 1997/05/03 21:50:46 max Exp $ # DISTNAME= hcode2.1-mailpatch2 -PKGNAME= kr-hcode-2.1.2 +PKGNAME= ko-hcode-2.1.2 CATEGORIES= korean MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hcode/ \ ftp://sunsite.kren.nm.kr/pub/packages/hangul/code/hcode/ |