diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-08 09:26:42 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-08 09:26:42 +0000 |
commit | 5935db53bca967ef3676282344e4376548487dea (patch) | |
tree | 6771dfe2a4ded206f078eca17bd02f1102116d06 /japanese/man-doc | |
parent | e78e0913ced38d8a4dd6d91f60b945d53947aea8 (diff) |
Upgrade, 2.2.2f -> 2.2.2g.
Submitted by: maintainer
PR: 5235
Notes
Notes:
svn path=/head/; revision=9024
Diffstat (limited to 'japanese/man-doc')
-rw-r--r-- | japanese/man-doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index 721077edbd81..ab5457b9e25d 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Japanese man documents -# Version required: 2.2.2f +# Version required: 2.2.2g # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.12 1997/09/16 10:51:18 max Exp $ +# $Id: Makefile,v 1.13 1997/09/24 03:20:10 max Exp $ # -DISTNAME= jpman-${VERSION}f -PKGNAME= ja-man-doc-${VERSION}f +DISTNAME= jpman-${VERSION}g +PKGNAME= ja-man-doc-${VERSION}g CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ |