From owner-ports-jp@jp.freebsd.org  Mon Jan 19 19:43:38 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id TAA21997
	Mon, 19 Jan 1998 19:43:38 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id TAA21992
	for <ports-jp@jp.freebsd.org>; Mon, 19 Jan 1998 19:43:37 +0900 (JST)
Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.cs.keio.ac.jp [131.113.47.22])
	by titanium.yy.cs.keio.ac.jp (8.8.8+3.0Wbeta11/3.6W) with ESMTP id TAA21225
	for <ports-jp@jp.freebsd.org>; Mon, 19 Jan 1998 19:43:35 +0900 (JST)
Received: (from sanpei@localhost)
	by lavender.yy.cs.keio.ac.jp (8.8.5/3.6Wbeta4) id TAA11331;
	Mon, 19 Jan 1998 19:43:35 +0900 (JST)
Message-Id: <199801191043.TAA11331@lavender.yy.cs.keio.ac.jp>
To: ports-jp@jp.freebsd.org
In-Reply-To: Your message of "Sat, 17 Jan 1998 18:56:11 +0900 (JST)"
References: <199801170957.SAA23851@mfi00.iij.ad.jp>
X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Mon_Jan_19_19:43:32_1998)--"
Content-Transfer-Encoding: 7bit
Date: Mon, 19 Jan 1998 19:43:34 +0900
From: MIHIRA "Sanpei" Yoshiro <sanpei@yy.cs.keio.ac.jp>
Reply-To: ports-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: ports-jp 2507
Subject: [ports-jp 2507] Re: ports/mnews-1.21
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org

----Next_Part(Mon_Jan_19_19:43:32_1998)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit


ftp://ports.jp.freebsd.org/pub/incoming/ports-jp/japanese/ja-mnews-1.21-1998-0118.tar.gz

$B$r;n$7$F$_$^$7$?!#%3%a%s%H$7$?E@$r=$@5$7$FD:$-$I$&$b$"$j$,$H$&$4$6$$(B
$B$^$9!#(B($B$G$b!"4pK\E*$K(B NetNews $B$rFI$`$N$K$7$+;H$C$F$$$J$$$N$G!"(B spool
dir $B$d(B inews $B2s$j$O$h$/$o$+$i$J$$$N$G$7$?(B^^; )

----------
portlint $B$N7k2L$G$9!#(B

lavender: {2847} portlint mnews
OK: checking pkg/PLIST.
OK: checking pkg/COMMENT.
OK: checking pkg/DESCR.
WARN: pkg/DESCR exceeds 24 lines, make it shorter if possible.(currently 27 lines)
				<---- $B$3$l$O!"$7$+$?$J$$$G$7$g$&(B^^;
OK: checking Makefile.
WARN: possible direct use of command "echo" found. use ${ECHO} instead.
				<--- mnews/Makefile $B$N(B eho $B$r(B ${ECHO} $B$X(B
				     $B$9$Y$-$@$H8@$C$F$$$^$9(B
OK: checking files/md5.
0 fatal errors and 2 warnings found.

$B$3$l$rD>$7$?$N$H$N(B diff $B$r$*$7$j$KE:IU$7$^$9!#(B

  $B$"$H$O!"(B1.20 $B$N%a%$%s%F%J!<$N(B kiroh@kh.rim.or.jp $B$5$s$HO"Mm$r$H$j(B
$B$"$C$F$_$F$O$I$&$G$7$g$&$+(B?

sanpei

----Next_Part(Mon_Jan_19_19:43:32_1998)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

diff -uNr mnews-980118.org/Makefile mnews/Makefile
--- mnews-980118.org/Makefile	Tue Jan 13 18:09:33 1998
+++ mnews/Makefile	Mon Jan 19 19:40:22 1998
@@ -46,13 +46,13 @@
 	@(while [ X$$domain = X ]; do					\
 	    read -p "Enter the domain name of this host>" domain ;	\
 	  done;								\
-	echo $$domain > ${PREFIX}/lib/mnews/default-domain)
+	${ECHO} $$domain > ${PREFIX}/lib/mnews/default-domain)
 .else
-	@echo "Now, you need to make sure ${PREFIX}/lib/mnews/default-domain"
-	@echo "contains correct domain name."
-	@echo my.domain.com > ${PREFIX}/lib/mnews/default-domain
+	@${ECHO} "Now, you need to make sure ${PREFIX}/lib/mnews/default-domain"
+	@${ECHO} "contains correct domain name."
+	@${ECHO} my.domain.com > ${PREFIX}/lib/mnews/default-domain
 .endif
-	@echo "Please refer to the files in:"
-	@echo "${PREFIX}/share/doc/mnews & ${PREFIX}/share/examples/mnews."
+	@${ECHO} "Please refer to the files in:"
+	@${ECHO} "${PREFIX}/share/doc/mnews & ${PREFIX}/share/examples/mnews."
 
 .include <bsd.port.mk>

----Next_Part(Mon_Jan_19_19:43:32_1998)----
