aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-26 23:55:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-26 23:55:52 +0000
commit9a2663d1455a86a4233ceedaa251af47dfba9c8f (patch)
tree6a4a69ca2b55ae7fa9a60dcd7657b7a683e75927 /audio
parentdf9732110cbe56ea2d491765c6e31356360e0b2e (diff)
downloadports-9a2663d1455a86a4233ceedaa251af47dfba9c8f.tar.gz
ports-9a2663d1455a86a4233ceedaa251af47dfba9c8f.zip
Update port: audio/mp3encode
- ECHO -> ECHO_MSG PR: ports/56765 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89485
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3encode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3encode/Makefile b/audio/mp3encode/Makefile
index 301448f97559..008955dbc727 100644
--- a/audio/mp3encode/Makefile
+++ b/audio/mp3encode/Makefile
@@ -35,14 +35,14 @@ TABLE_FILES= 1cb0 1cb1 1cb2 1cb4 1cb5 1cb6 1th0 1th1 1th2 1th4 1th5 1th6 \
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}