summaryrefslogtreecommitdiff
path: root/chinese/enscript
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:39:59 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:39:59 +0000
commit8fdfd132857c04bb73e27c95cfd950ceb1e349e5 (patch)
tree1bbe88f40ac5398bca24bb78d418853ba0c1e5a8 /chinese/enscript
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. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53948
Diffstat (limited to 'chinese/enscript')
-rw-r--r--chinese/enscript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile
index 02ba184878f9..0b6d45df875c 100644
--- a/chinese/enscript/Makefile
+++ b/chinese/enscript/Makefile
@@ -20,7 +20,7 @@ PLIST= ${WRKDIR}/pkg-plist
PKGMESSAGE= ${.CURDIR}/pkg-message
post-patch:
- @${ECHO} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist
+ @${ECHO_CMD} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist
@${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist
do-install: