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/oleo | |
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/oleo')
-rw-r--r-- | japanese/oleo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index a60e5314d5da..f48a43d62549 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: jp-oleo +# New ports collection makefile for: ja-oleo # Version required: 1.6 # Date created: 2 March 1997 # Whom: Yoshiro MIHIRA # -# $Id: Makefile,v 1.1 1997/07/20 17:32:30 max Exp $ +# $Id: Makefile,v 1.3 1997/07/21 06:44:13 max Exp $ # DISTNAME= oleo-1.6 -PKGNAME= jp-oleo-1.6 +PKGNAME= ja-oleo-1.6 CATEGORIES= japanese math MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ ${MASTER_SITE_GNU} |