diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 07:55:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 07:55:52 +0800 |
commit | 448564b4708229b8b900f64b3ca67507571fdb80 (patch) | |
tree | b2ae1215b131fdb426abee3ecda4e4c7a3a6bde4 /audio/mp3encode | |
parent | cbe04bbda967dc89cc0b3cdb737d672518717a38 (diff) | |
download | freebsd-ports-gnome-448564b4708229b8b900f64b3ca67507571fdb80.tar.gz freebsd-ports-gnome-448564b4708229b8b900f64b3ca67507571fdb80.tar.zst freebsd-ports-gnome-448564b4708229b8b900f64b3ca67507571fdb80.zip |
Update port: audio/mp3encode
- ECHO -> ECHO_MSG
PR: ports/56765
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio/mp3encode')
-rw-r--r-- | audio/mp3encode/Makefile | 6 |
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} |