git: 084ff9e85a14 - main - net-mgmt/observium: Use ECHO_CMD instead of ECHO
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jun 2022 14:26:24 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=084ff9e85a144e16e58b067d7f4ea502f493233a
commit 084ff9e85a144e16e58b067d7f4ea502f493233a
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-19 14:24:56 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-06-19 14:24:56 +0000
net-mgmt/observium: Use ECHO_CMD instead of ECHO
Approved by: portmgr blanket
---
net-mgmt/observium/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile
index 26b9367372d7..5ddff6d00380 100644
--- a/net-mgmt/observium/Makefile
+++ b/net-mgmt/observium/Makefile
@@ -125,7 +125,7 @@ do-install-EXAMPLES-on:
.endfor
post-install:
- @${ECHO} "@sample ${APACHEETCDIR}/Includes/observium.conf.sample" >> ${TMPPLIST}
+ @${ECHO_CMD} "@sample ${APACHEETCDIR}/Includes/observium.conf.sample" >> ${TMPPLIST}
@${FIND} -s ${STAGEDIR}${WWWDIR} -type f '(' -name '*.orig' -or -name '*.bak' ')' -delete
@${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}