Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:41:31 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56849: Update port: www/gn
Message-ID:  <20030914154131.799da198.tkato@prontomail.com>
Resent-Message-ID: <200309140701.h8E718QY009771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56849
>Category:       ports
>Synopsis:       Update port: www/gn
>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:01:08 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/www/gn/Makefile www/gn/Makefile
--- /usr/ports/www/gn/Makefile	Sat Aug  9 03:06:16 2003
+++ www/gn/Makefile	Sun Sep 14 13:21:31 2003
@@ -39,12 +39,12 @@
 	@cd ${PREFIX}; \
 	  [ -s etc/gn_mime.types ] && \
 	  if ! cmp -s etc/gn_mime.types ${WRKSRC}/etc/gn_mime.types; then \
-		${ECHO} ${MV} etc/gn_mime.types etc/gn_mime.types.old; \
+		${ECHO_MSG} ${MV} etc/gn_mime.types etc/gn_mime.types.old; \
 		${MV} etc/gn_mime.types etc/gn_mime.types.old; \
 	  fi; \
 	  [ -s gnroot/menu ] && \
 	  if ! cmp -s gnroot/menu ${WRKSRC}/gnroot/menu; then \
-		${ECHO} ${MV} gnroot/menu gnroot/menu.old; \
+		${ECHO_MSG} ${MV} gnroot/menu gnroot/menu.old; \
 		${MV} gnroot/menu gnroot/menu.old; \
 	  fi; \
 	  tar -cf - -C ${WRKSRC} gnroot libexec bin etc | tar xpf - && \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154131.799da198.tkato>