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/cxterm/Makefile | |
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/cxterm/Makefile')
-rw-r--r-- | chinese/cxterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index bbb63537f875..d41bfa274e6d 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,11 +3,11 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.8 1996/12/06 00:00:02 asami Exp $ +# $Id: Makefile,v 1.9 1997/07/31 23:11:28 obrien Exp $ # DISTNAME= cxterm5.0.p3 -PKGNAME= cn-cxterm-5.0.3 +PKGNAME= zh-cxterm-5.0.3 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ |