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/kterm16c | |
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/kterm16c')
-rw-r--r-- | japanese/kterm16c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kterm16c/Makefile b/japanese/kterm16c/Makefile index e035e1bb5cfd..71c2621aacd7 100644 --- a/japanese/kterm16c/Makefile +++ b/japanese/kterm16c/Makefile @@ -3,11 +3,11 @@ # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.12 1996/11/11 10:12:21 max Exp $ +# $Id: Makefile,v 1.13 1996/11/18 09:54:05 asami Exp $ # DISTNAME= kterm-6.2.0 -PKGNAME= jp-kterm-6.2.0 +PKGNAME= ja-kterm-6.2.0 CATEGORIES= japanese x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications |