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/nvi-iso-2022-kr | |
parent | cfa47c0c79ce40596e4ddd48b7460b973f457788 (diff) | |
download | freebsd-ports-gnome-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.gz freebsd-ports-gnome-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.zst freebsd-ports-gnome-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.zip |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, kr-* -> ko-*.)
Diffstat (limited to 'korean/nvi-iso-2022-kr')
-rw-r--r-- | korean/nvi-iso-2022-kr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile index 8b272a6fc068..143280f4a124 100644 --- a/korean/nvi-iso-2022-kr/Makefile +++ b/korean/nvi-iso-2022-kr/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.5 1997/06/18 15:01:33 max Exp $ +# $Id: Makefile,v 1.6 1997/08/21 16:55:28 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,7 +14,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= kr-nvi-iso2022kr-1.79-970820 +PKGNAME= ko-nvi-iso2022kr-1.79-970820 CATEGORIES= korean editors MAINTAINER= itojun@itojun.org |