diff options
author | max <max@FreeBSD.org> | 1997-09-23 01:48:41 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-23 01:48:41 +0800 |
commit | 9cff6ebe7a3f27bf9580a361e411f33cf29676f0 (patch) | |
tree | fe5a1fe177a401e420c6cb78fa24b1ef3d4d9c57 /chinese/big5con | |
parent | 31bbfcc092291dae083a1679fd9ed3108bbaecbe (diff) | |
download | freebsd-ports-gnome-9cff6ebe7a3f27bf9580a361e411f33cf29676f0.tar.gz freebsd-ports-gnome-9cff6ebe7a3f27bf9580a361e411f33cf29676f0.tar.zst freebsd-ports-gnome-9cff6ebe7a3f27bf9580a361e411f33cf29676f0.zip |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, cn-* -> zh-*.)
Diffstat (limited to 'chinese/big5con')
-rw-r--r-- | chinese/big5con/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 885ed07fe95b..8bea30ee69b7 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,13 +3,13 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.2 1997/02/17 20:33:32 obrien Exp $ +# $Id: Makefile,v 1.3 1997/07/21 19:21:01 max Exp $ # # This port is adapted from japanese/kon # DISTNAME= kon -PKGNAME= cn-big5con-0.1 +PKGNAME= zh-big5con-0.1 CATEGORIES= chinese # note kon is only in first directory and # fonts are only in the other two directories |