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/today/Makefile | |
parent | Style police. (diff) |
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
Diffstat (limited to 'japanese/today/Makefile')
-rw-r--r-- | japanese/today/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile index 175aacd5f0a5..4edbab1f44f3 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -3,11 +3,11 @@ # Date created: 24 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # -# $Id: Makefile,v 1.3 1996/12/03 13:08:19 obrien Exp $ +# $Id: Makefile,v 1.4 1997/09/14 17:47:20 max Exp $ # DISTNAME= td210bs -PKGNAME= jp-today-2.10b +PKGNAME= ja-today-2.10b CATEGORIES= japanese games MASTER_SITES= ftp://ftp.waseda.ac.jp/pub/archive/fj.binaries.msdos/ EXTRACT_SUFX= .lzh |