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/typist | |
parent | 623ddcc2c5c6a376f6e04da9915a21400222734f (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/typist')
-rw-r--r-- | japanese/typist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/typist/Makefile b/japanese/typist/Makefile index 194dd33014d6..02cd3c5c9a45 100644 --- a/japanese/typist/Makefile +++ b/japanese/typist/Makefile @@ -3,11 +3,11 @@ # Date created: 26 May 1997 # Whom: Satoshi TAOKA # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/24 05:29:02 max Exp $ # DISTNAME= typist2.0 -PKGNAME= jp-typist-2.0 +PKGNAME= ja-typist-2.0 CATEGORIES= japanese MASTER_SITES= ftp://tuba.csedu.kobe-u.ac.jp/pub/UNIX/ EXTRACT_SUFX= .src.tar.gz |