aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-25 01:26:47 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-25 01:26:47 +0800
commitdd5ea451f500323ffbfd8853d2f8a024c627ebec (patch)
tree5f5c34afc8914c950472b01238e721a00238dc9d /www
parent11e474964884b81241ba8497ac035f708dc83b47 (diff)
downloadfreebsd-ports-gnome-dd5ea451f500323ffbfd8853d2f8a024c627ebec.tar.gz
freebsd-ports-gnome-dd5ea451f500323ffbfd8853d2f8a024c627ebec.tar.zst
freebsd-ports-gnome-dd5ea451f500323ffbfd8853d2f8a024c627ebec.zip
- change ECHO -> ECHO_CMD
PR: 56847
Diffstat (limited to 'www')
-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>