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/w3 | |
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/w3')
-rw-r--r-- | japanese/w3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile index 831fa07..8a4586d 100644 --- a/japanese/w3/Makefile +++ b/japanese/w3/Makefile @@ -3,10 +3,10 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.3 1997/02/15 07:42:32 max Exp $ +# $Id: Makefile,v 1.4 1997/06/10 10:00:46 asami Exp $ # -PKGNAME= jp-w3-2.2.26 +PKGNAME= ja-w3-2.2.26 CATEGORIES= www japanese FILESDIR= ${.CURDIR}/../../www/w3/files PATCHDIR= ${.CURDIR}/../../www/w3/patches |