ports/56827: Update port: news/trn

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:03:00 UTC 2003


>Number:         56827
>Category:       ports
>Synopsis:       Update port: news/trn
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:00:58 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/news/trn/Makefile news/trn/Makefile
--- /usr/ports/news/trn/Makefile	Sat Apr 12 23:13:47 2003
+++ news/trn/Makefile	Sun Sep 14 13:21:31 2003
@@ -25,12 +25,12 @@
 
 post-install:
 .if !defined(BATCH)
-	@${ECHO} ""
-	@${ECHO} "############################################################################"
-	@${ECHO} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews                   #"
-	@${ECHO} "# to customize news posting for your site.                                 #"
-	@${ECHO} "# Remember to set the NNTPSERVER environment variable to your news server. #"
-	@${ECHO} "############################################################################"
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "############################################################################"
+	@${ECHO_MSG} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews                   #"
+	@${ECHO_MSG} "# to customize news posting for your site.                                 #"
+	@${ECHO_MSG} "# Remember to set the NNTPSERVER environment variable to your news server. #"
+	@${ECHO_MSG} "############################################################################"
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list