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/vfghostscript | |
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/vfghostscript')
-rw-r--r-- | japanese/vfghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 4ed3845e38ff..5f6a78232956 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,11 +3,11 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.7 1996/12/07 00:20:40 asami Exp $ +# $Id: Makefile,v 1.8 1997/07/13 18:49:20 max Exp $ # DISTNAME= ghostscript2.6.2 -PKGNAME= jp-vfghostscript-2.6.2 +PKGNAME= ja-vfghostscript-2.6.2 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.iis.u-tokyo.ac.jp/GNU/ \ |