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/nkf | |
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/nkf')
-rw-r--r-- | japanese/nkf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 4c33003..53790b2 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -3,11 +3,11 @@ # Date created: 5 February 1995 # Whom: asami # -# $Id: Makefile,v 1.12 1996/11/11 10:12:36 max Exp $ +# $Id: Makefile,v 1.13 1996/12/03 13:08:17 obrien Exp $ # DISTNAME= nkf-1.62 -PKGNAME= jp-nkf-1.62 +PKGNAME= ja-nkf-1.62 CATEGORIES= japanese MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ |