net-mgmt/observium: Use ECHO_CMD instead of ECHO
Approved by: portmgr blanket
This commit is contained in:
parent
dca79c4c1e
commit
084ff9e85a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user