aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fluent-bit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-05 23:13:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-05 23:13:45 +0000
commit112302449d5f3fc959e6f2e959a7939e149fc3a7 (patch)
tree584346474361d2bbf47fd3cdb707bd933e7bf1fd /sysutils/fluent-bit
parent077764bd5a223e33e63e8a4ba0a28c716f9478b5 (diff)
downloadports-112302449d5f3fc959e6f2e959a7939e149fc3a7.tar.gz
ports-112302449d5f3fc959e6f2e959a7939e149fc3a7.zip
Use post-install: instead of post-stage:
- Do not silence installation messages - While I'm here, fix indent Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=447435
Diffstat (limited to 'sysutils/fluent-bit')
-rw-r--r--sysutils/fluent-bit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index e4fb7dcc30e4..c511280dbb1c 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/sysutils/fluent-bit/Makefile
@@ -21,8 +21,8 @@ USES= cmake:noninja
USE_RC_SUBR= ${PORTNAME}
-post-stage:
- @${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
- @${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample
+post-install:
+ ${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
+ ${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample
.include <bsd.port.mk>