diff options
author | knu <knu@FreeBSD.org> | 2002-01-29 17:45:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-29 17:45:01 +0800 |
commit | 019f5b8781cb7f4aed099b67cf8af434adc77d7a (patch) | |
tree | 906e64279e88d62172a4b9809ccf36d0b7c443ec /databases/ruby-msql | |
parent | 476fa54a5c6f73ef5e86683a76da131e57c54e53 (diff) | |
download | freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.tar.gz freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.tar.zst freebsd-ports-gnome-019f5b8781cb7f4aed099b67cf8af434adc77d7a.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 'databases/ruby-msql')
-rw-r--r-- | databases/ruby-msql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-msql/Makefile b/databases/ruby-msql/Makefile index 15210878e44f..032426637ffa 100644 --- a/databases/ruby-msql/Makefile +++ b/databases/ruby-msql/Makefile @@ -30,7 +30,7 @@ DOCS_EN= readme.en.txt doc/en/* DOCS_JA= readme.ja.txt post-configure: - ${ECHO} '#define INST_DIR "${LOCALBASE}"' >> ${WRKSRC}/site.h + ${ECHO_CMD} '#define INST_DIR "${LOCALBASE}"' >> ${WRKSRC}/site.h post-install: .if !defined(NOPORTDOCS) |