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/gawk/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/gawk/Makefile')
-rw-r--r-- | japanese/gawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index a671447..230c4d0 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -3,11 +3,11 @@ # Date created: 5 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.8 1996/11/11 10:11:53 max Exp $ +# $Id: Makefile,v 1.9 1996/11/18 10:23:33 asami Exp $ # DISTNAME= gawk-2.15.6 -PKGNAME= jp-gawk-2.15.6 +PKGNAME= ja-gawk-2.15.6 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GNU} |