diff options
author | max <max@FreeBSD.org> | 1997-09-15 05:36:25 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-15 05:36:25 +0800 |
commit | a6a427b089b82906e73146db30eb20677841b3ca (patch) | |
tree | e30e1a767e0035f90b116bdd0b87edb7a1a4d188 /japanese/platex-common/Makefile | |
parent | 32a9b783b900a42f2ac895adf7447e10425cd9a6 (diff) | |
download | freebsd-ports-gnome-a6a427b089b82906e73146db30eb20677841b3ca.tar.gz freebsd-ports-gnome-a6a427b089b82906e73146db30eb20677841b3ca.tar.zst freebsd-ports-gnome-a6a427b089b82906e73146db30eb20677841b3ca.zip |
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
Diffstat (limited to 'japanese/platex-common/Makefile')
-rw-r--r-- | japanese/platex-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index 7816f35a21db..2affd0b5ebfa 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,11 +3,11 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.14 1997/02/11 18:06:02 max Exp $ +# $Id: Makefile,v 1.15 1997/04/30 03:18:03 asami Exp $ # DISTNAME= platex2e -PKGNAME= jp-platex2e-97.02.01 +PKGNAME= ja-platex2e-97.02.01 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex2e/1997-02-01/ \ ${MASTER_SITE_LOCAL} |