diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
commit | 474b385af12b85a69a50e69c722e2dc6ab4699b0 (patch) | |
tree | 045657cd25d8a494f206aa9a512b471d74761f89 /japanese/oleo | |
parent | Style police. (diff) |
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
Notes
Notes:
svn path=/head/; revision=7911
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} |