aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-24 17:26:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-24 17:26:47 +0000
commit51955891a84a005873d85ec137fd5df801a7590c (patch)
tree6612ce400cea16f69048b9565f8bc11819dfa862 /www/apache13-ssl
parent1f40172f719b158816bc28bdc68f85ebeb6393cb (diff)
downloadports-51955891a84a005873d85ec137fd5df801a7590c.tar.gz
ports-51955891a84a005873d85ec137fd5df801a7590c.zip
- change ECHO -> ECHO_CMD
PR: 56847
Notes
Notes: svn path=/head/; revision=89254
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 6d5ef31e6330..eb6d58a139f9 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -85,7 +85,7 @@ certificate:
${CP} ${WRKSRC}/SSLconf/conf/httpsd.pem \
${PREFIX}/etc/apache/certs/cert.pem; \
else \
- ${ECHO} "You must create the file ${OPENSSLDIR}/openssl.cnf first."; \
+ ${ECHO_CMD} "You must create the file ${OPENSSLDIR}/openssl.cnf first."; \
fi
.include <bsd.port.post.mk>