From b8f8618362b39a01e2225feef7d298fb22cafe2f Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- www/w3c-httpd/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/w3c-httpd') diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index b4488be8d30f..e56094cec7c5 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst (orig) # -# $Id: Makefile,v 1.20 1999/05/10 04:05:14 steve Exp $ +# $Id: Makefile,v 1.21 1999/05/10 20:00:22 steve Exp $ # DISTNAME= w3c-httpd-3.0A @@ -21,12 +21,12 @@ MAKE_ENV+= PORTSDIR=${PORTSDIR} 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_MSG} "" + @${ECHO_MSG} "Defaulting to DES encrypted passwords." + @${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} "CFLAGS += -DMD5_PW" >> ${WRKDIR}/All/${OSNAME}/Makefile.include .endif do-install: -- cgit v1.2.3