diff options
author | max <max@FreeBSD.org> | 1997-09-23 00:22:24 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-23 00:22:24 +0800 |
commit | ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4 (patch) | |
tree | c5a15fa95da65c9d1146bbacd12223f47bddf7dd /korean/linuxdoc-sgml/Makefile | |
parent | cfa47c0c79ce40596e4ddd48b7460b973f457788 (diff) | |
download | freebsd-ports-graphics-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.gz freebsd-ports-graphics-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.zst freebsd-ports-graphics-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.zip |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, kr-* -> ko-*.)
Diffstat (limited to 'korean/linuxdoc-sgml/Makefile')
-rw-r--r-- | korean/linuxdoc-sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/linuxdoc-sgml/Makefile b/korean/linuxdoc-sgml/Makefile index f5f1b7d415e..6742e7cb2df 100644 --- a/korean/linuxdoc-sgml/Makefile +++ b/korean/linuxdoc-sgml/Makefile @@ -3,11 +3,11 @@ # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1997/06/04 23:42:54 asami Exp $ +# $Id: Makefile,v 1.3 1997/07/18 05:04:12 asami Exp $ # DISTNAME= linuxdoc-sgml-1.6bh2 -PKGNAME= kr-linuxdoc-sgml-1.6bh2 +PKGNAME= ko-linuxdoc-sgml-1.6bh2 CATEGORIES= korean textproc MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/ |