diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-24 17:26:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-24 17:26:47 +0000 |
commit | 51955891a84a005873d85ec137fd5df801a7590c (patch) | |
tree | 6612ce400cea16f69048b9565f8bc11819dfa862 /www/apache13-ssl | |
parent | 1f40172f719b158816bc28bdc68f85ebeb6393cb (diff) |
Notes
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 2 |
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> |