svn commit: r447435 - head/sysutils/fluent-bit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 5 23:13:47 UTC 2017


Author: sunpoet
Date: Sat Aug  5 23:13:45 2017
New Revision: 447435
URL: https://svnweb.freebsd.org/changeset/ports/447435

Log:
  Use post-install: instead of post-stage:
  
  - Do not silence installation messages
  - While I'm here, fix indent
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/fluent-bit/Makefile

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Sat Aug  5 23:13:41 2017	(r447434)
+++ head/sysutils/fluent-bit/Makefile	Sat Aug  5 23:13:45 2017	(r447435)
@@ -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>


More information about the svn-ports-all mailing list