diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-06 11:31:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-06 11:31:12 +0000 |
commit | ef2e0993a6f80c4225af2705f6be1b9c4033e2a1 (patch) | |
tree | b0115ce57fd2a1a00ac1f8eb826b402f2b25de4e | |
parent | 0103e71f40b4c9ead1e9541490fa88d674a2cc04 (diff) | |
download | ports-ef2e0993a6f80c4225af2705f6be1b9c4033e2a1.tar.gz ports-ef2e0993a6f80c4225af2705f6be1b9c4033e2a1.zip |
Notes
-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 b58a2d54534d..8d68f97ddd98 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Japanese man documents # Version required: 0.2 -# Date created: 1 January 1997 +# Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/12/07 13:24:42 asami Exp $ +# $Id: Makefile,v 1.2 1997/01/03 11:09:31 asami Exp $ # DISTNAME= jp-man-doc-0.2 CATEGORIES= japanese -MASTER_SITES= ftp://jp.freebsd.org/pub/FreeBSD/man-jp/ -DISTFILES= jpman-0.2.961227.tgz +MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD/man-jp/ +DISTFILES= jpman-0.2.tar.gz MAINTAINER= kiri@kiri.toba-cmt.ac.jp |