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/nvi-euc-tw | |
parent | Typo fix, PKGTNAME -> PKGNAME. (No wonder this one didn't have cn- in (diff) |
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/nvi-euc-tw')
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile index 70cf50087967..ca3fc0588f81 100644 --- a/chinese/nvi-euc-tw/Makefile +++ b/chinese/nvi-euc-tw/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.4 1997/06/18 15:01:29 max Exp $ +# $Id: Makefile,v 1.5 1997/08/21 16:55:25 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= cn-nvi-euctw-1.79-970820 +PKGNAME= zh-nvi-euctw-1.79-970820 CATEGORIES= chinese editors MAINTAINER= itojun@itojun.org |