From owner-ports-jp@jp.freebsd.org  Fri Oct 17 22:07:58 1997
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) id WAA25742
	Fri, 17 Oct 1997 22:07:58 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.7+2.7Wbeta7/8.7.3) with ESMTP id WAA25705
	for <ports-jp@jp.FreeBSD.org>; Fri, 17 Oct 1997 22:07:29 +0900 (JST)
Received: from pcmita.isen.fr (localhost [127.0.0.1])
	by pcmita.isen.fr (8.8.5/8.8.5) with ESMTP id PAA07242
	for <ports-jp@jp.FreeBSD.org>; Fri, 17 Oct 1997 15:05:20 +0200 (CEST)
Message-Id: <199710171305.PAA07242@pcmita.isen.fr>
From: MITA Yoshio <Yoshio.Mita@isen.fr>
To: ports-jp@jp.FreeBSD.org
In-reply-to: Your message of "Fri, 17 Oct 1997 21:59:47 +0900."
             <15401.877093187@coconut.itojun.org> 
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=ISO-2022-JP
Date: Fri, 17 Oct 1997 15:05:19 +0200
Reply-To: ports-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=20]
X-Sequence: ports-jp 1838
Subject: [ports-jp 1838] Re: japanese/ewipe 
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org

>> $B$H$j$"$($:3N$+$a$^$7$?$,!"(B
>> +NO_BUILD=	yes
>NO_CONFIGURE$B$b$G$7$?$M!#$9$$$^$;$s!#(B

PLIST $B$N1L$l$=$NB>$OL5$$$h$&$G$9(B. 

#!/bin/sh
(cd /usr/local; find *) > ls1
make install
make package
(cd /usr/local; find *) > ls2
pkg_delete ewipe-0.4.4
(cd /usr/local; find *) > ls3
make reinstall
(cd /usr/local; find *) > ls4
pkg_delete ewipe-0.4.4
(cd /usr/local; find *) > ls5
pkg_add /home/mita/ports/packages/All/ewipe-0.4.4.tgz
(cd /usr/local; find *) > ls6

$B$G(B, diff ls1 ls3; diff ls2 ls4; diff ls3 ls5; diff ls4 ls6
$B$7$F2?$b%(%i!<L5$7$G$9(B.
---
MITA Yoshio
