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/expect | |
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/expect')
-rw-r--r-- | japanese/expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 27d7c1b..0099eaa 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -3,14 +3,14 @@ # Date created: 10 March 1997 # Whom: taguchi # -# $Id: Makefile,v 1.1.1.1 1997/03/11 11:52:41 asami Exp $ +# $Id: Makefile,v 1.2 1997/03/25 08:01:45 obrien Exp $ # FILESDIR= ${.CURDIR}/../../lang/expect/files .include "${.CURDIR}/../../lang/expect/Makefile" -PKGNAME= jp-expect-5.22.0 +PKGNAME= ja-expect-5.22.0 CATEGORIES= japanese MAINTAINER= taguchi@tohoku.iij.ad.jp |