aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-msql
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 17:45:01 +0800
committerknu <knu@FreeBSD.org>2002-01-29 17:45:01 +0800
commit019f5b8781cb7f4aed099b67cf8af434adc77d7a (patch)
tree906e64279e88d62172a4b9809ccf36d0b7c443ec /databases/ruby-msql
parent476fa54a5c6f73ef5e86683a76da131e57c54e53 (diff)
downloadfreebsd-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/Makefile2
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)