aboutsummaryrefslogtreecommitdiffstats
path: root/news/t-gnus/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 19:48:57 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 19:48:57 +0800
commit897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch)
tree485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /news/t-gnus/Makefile
parentc982f5faf1c27ba011ef14e71aadc2182660d704 (diff)
downloadfreebsd-ports-gnome-897d06aa9731645e0a7fa7c315028dcdbfa3c798.tar.gz
freebsd-ports-gnome-897d06aa9731645e0a7fa7c315028dcdbfa3c798.tar.zst
freebsd-ports-gnome-897d06aa9731645e0a7fa7c315028dcdbfa3c798.zip
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 'news/t-gnus/Makefile')
-rw-r--r--news/t-gnus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile
index e3c5f8e174b8..9b2f1e80bd74 100644
--- a/news/t-gnus/Makefile
+++ b/news/t-gnus/Makefile
@@ -79,7 +79,7 @@ PLIST= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
.if (${EMACS_PORT_NAME} == "mule")
post-extract:
- ${ECHO} "${EMACS_CMD} -l apel-setupel.el \$$@" > ${WRKDIR}/mule-apel
+ ${ECHO_CMD} "${EMACS_CMD} -l apel-setupel.el \$$@" > ${WRKDIR}/mule-apel
${CHMOD} +x ${WRKDIR}/mule-apel
.endif