diff options
author | max <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
commit | a6a427b089b82906e73146db30eb20677841b3ca (patch) | |
tree | e30e1a767e0035f90b116bdd0b87edb7a1a4d188 /japanese/sjxa/Makefile | |
parent | 32a9b783b900a42f2ac895adf7447e10425cd9a6 (diff) | |
download | FreeBSD-ports-a6a427b089b82906e73146db30eb20677841b3ca.zip FreeBSD-ports-a6a427b089b82906e73146db30eb20677841b3ca.tar.gz |
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
Diffstat (limited to 'japanese/sjxa/Makefile')
-rw-r--r-- | japanese/sjxa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/sjxa/Makefile b/japanese/sjxa/Makefile index 0571e61..ceb4028 100644 --- a/japanese/sjxa/Makefile +++ b/japanese/sjxa/Makefile @@ -3,11 +3,11 @@ # Date created: 10 Aug 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.2 1996/09/19 04:38:42 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/11 10:12:45 max Exp $ # DISTNAME= sjxa-1.5.11 -PKGNAME= jp-sjxa-1.5.11 +PKGNAME= ja-sjxa-1.5.11 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/ |