1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- change ECHO -> ECHO_CMD

PR:		56847
This commit is contained in:
Dirk Meyer 2003-09-24 17:26:47 +00:00
parent 1f40172f71
commit 51955891a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89254

View File

@ -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>