Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:34:02 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56778: Update port: devel/linux_devtools-6
Message-ID:  <20030914153402.4c7df0cf.tkato@prontomail.com>
Resent-Message-ID: <200309140650.h8E6oRrW005000@freefall.freebsd.org>

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

>Number:         56778
>Category:       ports
>Synopsis:       Update port: devel/linux_devtools-6
>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:   Sat Sep 13 23:50:26 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/devel/linux_devtools-6/Makefile devel/linux_devtools-6/Makefile
--- /usr/ports/devel/linux_devtools-6/Makefile	Fri Feb 21 02:06:51 2003
+++ devel/linux_devtools-6/Makefile	Sun Sep 14 13:21:31 2003
@@ -102,14 +102,14 @@
 # Install all packages.
 #
 	@for R in ${DISTFILES}; do \
-		${ECHO} $$R; \
+		${ECHO_MSG} $$R; \
 		rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 	done
 #
 # Install updates
 #
 	@for R in ${PATCHFILES}; do \
-		${ECHO} $$R; \
+		${ECHO_MSG} $$R; \
 		rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \
 	done
 #
>Release-Note:
>Audit-Trail:
>Unformatted:



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