net-mgmt/observium: Use ECHO_CMD instead of ECHO

Approved by:	portmgr blanket
This commit is contained in:
Mateusz Piotrowski 2022-06-19 16:24:56 +02:00
parent dca79c4c1e
commit 084ff9e85a

View File

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