summaryrefslogtreecommitdiffstats
path: root/sysutils/cd9660_unicode
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 11:58:52 +0000
committerknu <knu@FreeBSD.org>2002-01-29 11:58:52 +0000
commit0178e4d2a90833e31a5bb31c9387dd658f3dbfb5 (patch)
treeb3f1b0618b200ee64749bca7efebf43d80503638 /sysutils/cd9660_unicode
parent5b243306947e74184be0fc39cd0f0d1eb8063940 (diff)
downloadFreeBSD-ports-0178e4d2a90833e31a5bb31c9387dd658f3dbfb5.zip
FreeBSD-ports-0178e4d2a90833e31a5bb31c9387dd658f3dbfb5.tar.gz
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Diffstat (limited to 'sysutils/cd9660_unicode')
-rw-r--r--sysutils/cd9660_unicode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile
index cbeb2944..4397165 100644
--- a/sysutils/cd9660_unicode/Makefile
+++ b/sysutils/cd9660_unicode/Makefile
@@ -17,7 +17,7 @@ NO_PACKAGE= Should be in sync with the kernel to work correctly
SRCPREFIX?= /usr/src
PKGMESSAGE= ${WRKDIR}/.MESSAGE
-ENCODINGS= cd ${WRKSRC}/templates && ${ECHO} [^C]* | \
+ENCODINGS= cd ${WRKSRC}/templates && ${ECHO_CMD} [^C]* | \
${SED} 's|\.txt|,|g'
FMT= /usr/bin/fmt
FLAG!= /usr/bin/grep -e cd9660_wchar2char \
@@ -39,7 +39,7 @@ pre-fetch:
pre-install:
@ENCODINGS=`${ENCODINGS}` && \
- ENCODINGS=`${ECHO} $${ENCODINGS} | ${SED} 's|,$$||'` && \
+ ENCODINGS=`${ECHO_CMD} $${ENCODINGS} | ${SED} 's|,$$||'` && \
${SED} "s|%%PREFIX%%|${PREFIX}|g; s|%%ENCODINGS%%|$${ENCODINGS}|" \
${PKGDIR}/pkg-message | ${FMT} > ${PKGMESSAGE}
${MKDIR} ${PREFIX}/lib/cd9660_unicode
OpenPOWER on IntegriCloud