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/gxditview | |
parent | 623ddcc2c5c6a376f6e04da9915a21400222734f (diff) | |
download | ports-474b385af12b85a69a50e69c722e2dc6ab4699b0.tar.gz ports-474b385af12b85a69a50e69c722e2dc6ab4699b0.zip |
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/gxditview')
-rw-r--r-- | japanese/gxditview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 87fa82793ef9..0e80946a781b 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: gxditview (part of jp-groff) +# New ports collection makefile for: gxditview (part of ja-groff) # Version required: 1.09+0.98 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.5 1996/06/26 22:20:07 gpalmer Exp $ +# $Id: Makefile,v 1.6 1996/11/18 10:23:51 asami Exp $ # DISTNAME= groff-1.09 -PKGNAME= jp-gxditview-0.98 +PKGNAME= ja-gxditview-0.98 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} |