summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>