summaryrefslogtreecommitdiffstats
path: root/japanese/epwutil
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
committerknu <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
commit2a436f8061602989d2bc9da2badeb810b25743fe (patch)
treecbe88b8f8fbad0137e21885684157d7bc8fb5240 /japanese/epwutil
parent4945631e5af11d192570f6bcb9c89591bfbe9e1a (diff)
downloadFreeBSD-ports-2a436f8061602989d2bc9da2badeb810b25743fe.zip
FreeBSD-ports-2a436f8061602989d2bc9da2badeb810b25743fe.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. Use command macros where appropriate.
Diffstat (limited to 'japanese/epwutil')
-rw-r--r--japanese/epwutil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/epwutil/Makefile b/japanese/epwutil/Makefile
index 8b91e96..aa344ba 100644
--- a/japanese/epwutil/Makefile
+++ b/japanese/epwutil/Makefile
@@ -35,11 +35,11 @@ do-install:
post-install:
.for file in ${EPWPROGS}
- ${ECHO} man/${MANLANG}/cat1/${file}.1${MANEXT} >> ${TMPPLIST}
+ ${ECHO_CMD} man/${MANLANG}/cat1/${file}.1${MANEXT} >> ${TMPPLIST}
.endfor
.if !defined(NOPORTDOCS)
- ${ECHO} ${EPWDOCDIR}/${EPWDOCS} >> ${TMPPLIST}
- ${ECHO} "@dirrm ${EPWDOCDIR}" >> ${TMPPLIST}
+ ${ECHO_CMD} ${EPWDOCDIR}/${EPWDOCS} >> ${TMPPLIST}
+ ${ECHO_CMD} "@dirrm ${EPWDOCDIR}" >> ${TMPPLIST}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud