diff options
author | max <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-14 21:36:25 +0000 |
commit | a6a427b089b82906e73146db30eb20677841b3ca (patch) | |
tree | e30e1a767e0035f90b116bdd0b87edb7a1a4d188 /japanese/groff | |
parent | 32a9b783b900a42f2ac895adf7447e10425cd9a6 (diff) | |
download | FreeBSD-ports-a6a427b089b82906e73146db30eb20677841b3ca.zip FreeBSD-ports-a6a427b089b82906e73146db30eb20677841b3ca.tar.gz |
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
Diffstat (limited to 'japanese/groff')
-rw-r--r-- | japanese/groff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index c4e20df..6a1c84f 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: jp-groff +# New ports collection makefile for: ja-groff # Version required: 1.10+0.99 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.11 1997/05/20 04:50:51 asami Exp $ +# $Id: Makefile,v 1.12 1997/09/09 03:11:55 asami Exp $ # DISTNAME= groff-1.10 -PKGNAME= jp-groff-0.99 +PKGNAME= ja-groff-0.99 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} |