Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 23:13:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447435 - head/sysutils/fluent-bit
Message-ID:  <201708052313.v75NDk1x077309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708052313.v75NDk1x077309>