From owner-man-jp@jp.FreeBSD.org Tue Jul 30 14:03:32 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g6U53WI30271;
	Tue, 30 Jul 2002 14:03:32 +0900 (JST)
	(envelope-from owner-man-jp@jp.FreeBSD.org)
Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g6U53Vn30266;
	Tue, 30 Jul 2002 14:03:31 +0900 (JST)
	(envelope-from horikawa@jp.FreeBSD.org)
Received: from localhost ([12.252.70.36]) by sccrmhc02.attbi.com
          (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP
          id <20020730050323.MWBV221.sccrmhc02.attbi.com@localhost>;
          Tue, 30 Jul 2002 05:03:23 +0000
Date: Mon, 29 Jul 2002 23:03:22 -0600 (MDT)
Message-Id: <20020729.230322.85416736.horikawa@attbi.com>
To: man-jp@jp.FreeBSD.org, kuriyama@imgsrc.co.jp
Cc: kumano@jp.FreeBSD.org, mori@tri.asanuma.co.jp
From: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
In-Reply-To: <20020729.213529.11594273.horikawa@attbi.com>
References: <20020722.231131.59463870.horikawa@attbi.com>
	<7m65yx6gsl.wl@black.imgsrc.co.jp>
	<20020729.213529.11594273.horikawa@attbi.com>
X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
 boundary="--Next_Part(Mon_Jul_29_23:03:22_2002_233)--"
Content-Transfer-Encoding: 7bit
Reply-To: man-jp@jp.FreeBSD.org
Precedence: list
X-Sequence: man-jp 4231
Subject: [man-jp 4231] Re: [ports-jp 13078] Re: ja-man-1.1 build error
 on 5-current
Errors-To: owner-man-jp@jp.FreeBSD.org
Sender: owner-man-jp@jp.FreeBSD.org
X-Originator: horikawa@jp.FreeBSD.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020727

----Next_Part(Mon_Jul_29_23:03:22_2002_233)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$BKY@n$G$9!#(B

Kazuo Horikawa <horikawa@jp.FreeBSD.org> wrote:
> Jun Kuriyama <kuriyama@imgsrc.co.jp> wrote:
> > 
> > $B!!Jr$1$F$$$F$9$s$^$;$s$,!"7k6I(B [man-jp 4223] $B$rFM$C9~$a$P$$$$$s$G$7$g(B
> > $B$&$+!)(B
> $BCY$/$J$C$F$9$$$^$;$s!#JLJX$G!"=$@50F$r=P$7$^$9!#(B
$BE:IU$N(B patch-ab $B$r(B ports/japanese/files $B$KCV$$$F$/$@$5$$(B (cvs add $B$7$F(B
$B$/$@$5$$(B)$B!#(B
$BFbMF$O!":#Ln$5$s$,(B [ports-jp 13084] $B$G=q$$$?(B
 .if !defined(NOMAN)
+.if !target(__<bsd.init.mk>__)
+__<bsd.init.mk>__:
+.endif
 .include <bsd.man.mk>
$B$HF1$80U?^$G!"(B
-.include <bsd.man.mk>
+.include <bsd.prog.mk>
$B$H$$$&=$@5FbMF$G$9!#(B
$B$9$J$o$A!"(Bbsd.man.mk $B$rD>@\8F$S=P$5$:$K!"(Bbsd.prog.mk $B7PM3$G;HMQ$7$F$$$^$9!#(B

$B0J2<!"%3%_%C%H%m%0(B ($B0F(B) $B$G$9!#(B
Use
.include <bsd.prog.mk>
instead of
.include <bsd.man.mk>
to avoid "bsd.man.mk cannot be included directly" error.
--
$BKY@nOBM:(B

----Next_Part(Mon_Jul_29_23:03:22_2002_233)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: patch-ab
Content-Disposition: inline; filename=patch-ab

diff -ur apropos/Makefile apropos/Makefile
--- apropos/Makefile	Sun Dec  7 03:59:21 1997
+++ apropos/Makefile	Mon Jul 29 22:21:06 2002
@@ -55,7 +55,7 @@
 
 .if make(maninstall) || make(install)
 .if !defined(NOMAN)
-.include <bsd.man.mk>
+.include <bsd.prog.mk>
 .elif !target(maninstall)
 maninstall:
 .endif
diff -ur catman/Makefile catman/Makefile
--- catman/Makefile	Sun Dec  7 06:11:06 1997
+++ catman/Makefile	Mon Jul 29 22:21:19 2002
@@ -52,7 +52,7 @@
 
 .if make(maninstall) || make(install)
 .if !defined(NOMAN)
-.include <bsd.man.mk>
+.include <bsd.prog.mk>
 .elif !target(maninstall)
 maninstall:
 .endif
diff -ur makewhatis/Makefile makewhatis/Makefile
--- makewhatis/Makefile	Fri Sep  3 07:58:03 1999
+++ makewhatis/Makefile	Mon Jul 29 22:21:36 2002
@@ -92,7 +92,7 @@
 
 .if make(maninstall) || make(install)
 .if !defined(NOMAN)
-.include <bsd.man.mk>
+.include <bsd.prog.mk>
 .elif !target(maninstall)
 maninstall:
 .endif

----Next_Part(Mon_Jul_29_23:03:22_2002_233)----
