diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 14:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 14:14:50 +0000 |
commit | a770b9901f65632fa6757f7dba741332b6d05df8 (patch) | |
tree | 6b9b7a01e71b6ab756a08a7e918b1d3133bd8221 /www/w3c-httpd | |
parent | ab4e9ec069228de585ce6c33ebbdd888a3790eda (diff) | |
download | pkgsrc-a770b9901f65632fa6757f7dba741332b6d05df8.tar.gz |
echo -> ${ECHO}
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index 7d81bbe327a..d90f1233bb0 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/09/28 20:40:05 soren Exp $ +# $NetBSD: Makefile,v 1.5 2000/03/16 14:14:50 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp DISTNAME= w3c-httpd-3.0A @@ -13,12 +13,12 @@ NO_WRKSUBDIR= yes pre-configure: .if !defined(MD5_PW) - @echo "" - @echo "Defaulting to DES encrypted passwords." - @echo "Set the environment variable MD5_PW if you want MD5 encrypted passwords." - @echo "" + @${ECHO} "" + @${ECHO} "Defaulting to DES encrypted passwords." + @${ECHO} "Set the environment variable MD5_PW if you want MD5 encrypted passwords." + @${ECHO} "" .else - @echo "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include + @${ECHO} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include .endif do-install: |