diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-16 10:51:18 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-16 10:51:18 +0000 |
commit | db8f80ddf1c2691540a1b708de2ba609ba419291 (patch) | |
tree | 89aebbaf415e10805462e9dc3392ed05f771ad09 /japanese | |
parent | Use ja instead of jp for PKGNAME. (diff) |
Use ja instead of jp for PKGNAME.
PR: 4548
Submitted by: the port maintainer
Notes
Notes:
svn path=/head/; revision=7929
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/man-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index b265f1fbb304..bffc64ee4129 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -3,11 +3,11 @@ # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.9 1997/07/13 18:52:10 max Exp $ +# $Id: Makefile,v 1.11 1997/08/25 07:25:00 max Exp $ # DISTNAME= jpman-${VERSION}e -PKGNAME= jp-man-doc-${VERSION}e +PKGNAME= ja-man-doc-${VERSION}e CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ |