diff options
author | knu <knu@FreeBSD.org> | 2002-01-29 17:39:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-29 17:39:59 +0800 |
commit | 476fa54a5c6f73ef5e86683a76da131e57c54e53 (patch) | |
tree | 7b692450db0c58c5e0c3dc0af9bc30d903667174 /chinese/enscript | |
parent | 4da97adde01886935ba4f608070b88f44e9486da (diff) | |
download | freebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.tar.gz freebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.tar.zst freebsd-ports-gnome-476fa54a5c6f73ef5e86683a76da131e57c54e53.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.
Use command macros where appropriate.
Diffstat (limited to 'chinese/enscript')
-rw-r--r-- | chinese/enscript/Makefile | 2 |
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: |