summaryrefslogtreecommitdiff
path: root/www/w3c-httpd
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 14:14:50 +0000
committerwiz <wiz>2000-03-16 14:14:50 +0000
commit871ad19fe78c62d6b6fa9c995470f9c67e9d94e7 (patch)
tree6b9b7a01e71b6ab756a08a7e918b1d3133bd8221 /www/w3c-httpd
parent0dae5f9f1a5ba71803ae5be03b4bdd5f8a6a0e7a (diff)
downloadpkgsrc-871ad19fe78c62d6b6fa9c995470f9c67e9d94e7.tar.gz
echo -> ${ECHO}
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/Makefile12
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: