aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-msql
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
commitc8eb0d48785c0ccaefec1e6760abc6623f08d233 (patch)
tree22976d84e83439a4ed13de075a5a82fe1d68b428 /databases/ruby-msql
parent8fdfd132857c04bb73e27c95cfd950ceb1e349e5 (diff)
downloadports-c8eb0d48785c0ccaefec1e6760abc6623f08d233.tar.gz
ports-c8eb0d48785c0ccaefec1e6760abc6623f08d233.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.
Notes
Notes: svn path=/head/; revision=53949
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)