diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:08:37 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:08:37 +0000 |
commit | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (patch) | |
tree | 1e0d9f19cde131b110f2420762ff686ae845cbc8 /www/w3c-httpd | |
parent | 77f6c01ede076821a0791ed785bded77734e07d9 (diff) | |
download | ports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.tar.gz ports-4adc5a8a717b83cd9a139cd4c92ea01102d602e2.zip |
Notes
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 2 |
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: |