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/less | |
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/less')
-rw-r--r-- | japanese/less/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile index 8278d1ecdf2a..db477ef0ad6b 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -3,11 +3,11 @@ # Date created: 7 March 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.8 1996/11/18 10:23:58 asami Exp $ +# $Id: Makefile,v 1.9 1997/09/08 03:33:54 max Exp $ # DISTNAME= less-332 -PKGNAME= jp-less-332 +PKGNAME= ja-less-332 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GNU} |