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/lipsf | |
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/lipsf')
-rw-r--r-- | japanese/lipsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile index a88d5aba8305..626c87dd5a52 100644 --- a/japanese/lipsf/Makefile +++ b/japanese/lipsf/Makefile @@ -3,11 +3,11 @@ # Date created: 6 Dec 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1996/12/19 03:36:13 max Exp $ +# $Id: Makefile,v 1.2 1997/04/30 03:18:03 asami Exp $ # DISTNAME= lipsf113 -PKGNAME= jp-lipsf-1.13c +PKGNAME= ja-lipsf-1.13c CATEGORIES= japanese print MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/ |