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/gbscript | |
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/gbscript')
-rw-r--r-- | chinese/gbscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/gbscript/Makefile b/chinese/gbscript/Makefile index 16c4409144d1..ecd6a4ebf3f4 100644 --- a/chinese/gbscript/Makefile +++ b/chinese/gbscript/Makefile @@ -4,11 +4,11 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1997/02/08 00:29:27 obrien Exp $ +# $Id: Makefile,v 1.2 1997/09/22 17:43:43 max Exp $ # DISTNAME= gbscript-1.11 -PKGNAME= cn-gbscript-1.11 +PKGNAME= zh-gbscript-1.11 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \ |