1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update port: audio/mp3encode

-  ECHO -> ECHO_MSG

PR:		ports/56765
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Edwin Groothuis 2003-09-26 23:55:52 +00:00
parent df9732110c
commit 9a2663d145
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89485

View File

@ -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 alloc_4 dewindow enwindow huffcode huffdec psy_data
post-patch: 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 ${SED} "s/ZAP/${TABLE_LIB_SED}/g" < ${WRKSRC}/common.h >${WRKSRC}/common.h.sed
${CP} -f ${WRKSRC}/common.h.sed ${WRKSRC}/common.h ${CP} -f ${WRKSRC}/common.h.sed ${WRKSRC}/common.h
do-install: do-install:
@${ECHO} "===> Installing binaries" @${ECHO_MSG} "===> Installing binaries"
${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin
@${ECHO} "===> Installing table files" @${ECHO_MSG} "===> Installing table files"
-${MKDIR} ${TABLE_LIB} -${MKDIR} ${TABLE_LIB}
.for file in ${TABLE_FILES} .for file in ${TABLE_FILES}
${INSTALL_DATA} ${WRKSRC}/tables/${file} ${TABLE_LIB} ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${TABLE_LIB}