Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 15:32:45 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56767: Update port: audio/snack
Message-ID:  <20030914153245.79ba8838.tkato@prontomail.com>
Resent-Message-ID: <200309140650.h8E6oLNg004718@freefall.freebsd.org>

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

>Number:         56767
>Category:       ports
>Synopsis:       Update port: audio/snack
>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:20 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/audio/snack/Makefile audio/snack/Makefile
--- /usr/ports/audio/snack/Makefile	Sun Aug 17 10:47:43 2003
+++ audio/snack/Makefile	Sun Sep 14 13:21:31 2003
@@ -39,9 +39,9 @@
 
 pre-everything::
 .if !defined(WITH_VORBIS)
-	@${ECHO}
-	@${ECHO} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.'
-	@${ECHO}
+	@${ECHO_MSG}
+	@${ECHO_MSG} 'Use "make WITH_VORBIS=yes" to build support for OGG Vorbis.'
+	@${ECHO_MSG}
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



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