summaryrefslogtreecommitdiff
path: root/print/jadetex
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:48:57 +0000
commit897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch)
tree485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /print/jadetex
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
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.
Notes
Notes: svn path=/head/; revision=53958
Diffstat (limited to 'print/jadetex')
-rw-r--r--print/jadetex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index 9b3715fc62bd..b58603796b23 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -27,8 +27,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch: patch-makefile patch-message
patch-makefile:
- @${ECHO} all: betterdefault > ${WRKSRC}/Makefile.tmp
- @${ECHO} betterdefault: jadetex.fmt pdfjadetex.fmt >> ${WRKSRC}/Makefile.tmp
+ @${ECHO_CMD} all: betterdefault > ${WRKSRC}/Makefile.tmp
+ @${ECHO_CMD} betterdefault: jadetex.fmt pdfjadetex.fmt >> ${WRKSRC}/Makefile.tmp
@${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp
@${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile