aboutsummaryrefslogtreecommitdiff
path: root/www/w3c-httpd
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:08:37 +0000
commit4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (patch)
tree1e0d9f19cde131b110f2420762ff686ae845cbc8 /www/w3c-httpd
parent77f6c01ede076821a0791ed785bded77734e07d9 (diff)
downloadports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.tar.gz
ports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.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=53960
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
index fa007af052e1..48cfa98c4156 100644
--- a/www/w3c-httpd/Makefile
+++ b/www/w3c-httpd/Makefile
@@ -26,7 +26,7 @@ pre-configure:
@${ECHO_MSG} "Set the environment variable MD5_PW if you want MD5 encrypted passwords."
@${ECHO_MSG} ""
.else
- @${ECHO} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include
+ @${ECHO_CMD} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include
.endif
do-install: