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/a2ps | |
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/a2ps')
-rw-r--r-- | japanese/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index cc280d1..a63a7df 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -3,11 +3,11 @@ # Date created: 16 Nov 1996 # Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/03/03 10:21:19 asami Exp $ +# $Id: Makefile,v 1.2 1997/09/07 19:38:44 max Exp $ # DISTNAME= a2ps.pl-1.41 -PKGNAME= jp-a2ps-1.41 +PKGNAME= ja-a2ps-1.41 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ |