ports/56820: Update port: net/cricket

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:56 UTC 2003


>Number:         56820
>Category:       ports
>Synopsis:       Update port: net/cricket
>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:55 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/net/cricket/Makefile net/cricket/Makefile
--- /usr/ports/net/cricket/Makefile	Mon Jun 16 07:01:04 2003
+++ net/cricket/Makefile	Sun Sep 14 13:21:31 2003
@@ -43,14 +43,14 @@
 		-name \*.bak | ${XARGS} ${RM} -f
 	${CHOWN} -R ${CRICKET_USER}:${CRICKET_GROUP} ${PREFIX}/cricket
 	@if [ -L ${PREFIX}/cricket/cricket ]; then \
-		${ECHO} "Updating ${PREFIX}/cricket/cricket symbolic link" ; \
+		${ECHO_MSG} "Updating ${PREFIX}/cricket/cricket symbolic link" ; \
 		${RM} ${PREFIX}/cricket/cricket ; \
 	fi
 	${LN} -s ${PREFIX}/cricket/cricket-${PORTVERSION} \
 		${PREFIX}/cricket/cricket
 	@if [ -f ${LOCALBASE}/cricket/compile ] ; then \
-		${ECHO} "You should migrate manually to use new cricket" ; \
-		${ECHO} "installation scheme." ; \
+		${ECHO_MSG} "You should migrate manually to use new cricket" ; \
+		${ECHO_MSG} "installation scheme." ; \
 	fi
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list