ports/56765: Update port: audio/mp3encode

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 06:50:38 UTC 2003


>Number:         56765
>Category:       ports
>Synopsis:       Update port: audio/mp3encode
>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:19 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/mp3encode/Makefile audio/mp3encode/Makefile
--- /usr/ports/audio/mp3encode/Makefile	Sat Apr 12 22:35:56 2003
+++ audio/mp3encode/Makefile	Sun Sep 14 13:21:31 2003
@@ -35,14 +35,14 @@
 		alloc_4 dewindow enwindow huffcode huffdec psy_data
 
 post-patch:
-	@${ECHO} "===>  Specifing table path "
+	@${ECHO_MSG} "===>  Specifing table path "
 	${SED} "s/ZAP/${TABLE_LIB_SED}/g" < ${WRKSRC}/common.h >${WRKSRC}/common.h.sed
 	${CP} -f ${WRKSRC}/common.h.sed ${WRKSRC}/common.h
 
 do-install:
-	@${ECHO} "===>  Installing binaries"
+	@${ECHO_MSG} "===>  Installing binaries"
 	${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin
-	@${ECHO} "===>  Installing table files"
+	@${ECHO_MSG} "===>  Installing table files"
 	-${MKDIR} ${TABLE_LIB}
 .for file in ${TABLE_FILES}
 	${INSTALL_DATA} ${WRKSRC}/tables/${file} ${TABLE_LIB}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list