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/vflib | |
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/vflib')
-rw-r--r-- | japanese/vflib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 6f15d5f58bf6..24130b6d9d81 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -1,13 +1,13 @@ -# New ports collection makefile for: jp-vflib +# New ports collection makefile for: vflib # Version required: 2.22 Patchlevel 9 # Date created: 10 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/07/17 15:12:47 max Exp $ +# $Id: Makefile,v 1.8 1997/07/24 20:52:43 max Exp $ # DISTNAME= VFlib-2.22-PL8 -PKGNAME= jp-vflib-2.22.9 +PKGNAME= ja-vflib-2.22.9 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} VFlib-2.22-Patch9 watanabe-vf.tar.Z |