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/nvi-sjis/Makefile | |
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/nvi-sjis/Makefile')
-rw-r--r-- | japanese/nvi-sjis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index 0f2d9a503a78..461f21a87f88 100644 --- a/japanese/nvi-sjis/Makefile +++ b/japanese/nvi-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.6 1997/06/18 15:01:31 max Exp $ +# $Id: Makefile,v 1.7 1997/08/21 16:55:27 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -16,7 +16,7 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= jp-nvi-sjis-1.79-970820 +PKGNAME= ja-nvi-sjis-1.79-970820 CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org |