Use post-install: instead of post-stage:

- Do not silence installation messages
- While I'm here, fix indent

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2017-08-05 23:13:45 +00:00
parent 077764bd5a
commit 112302449d

View File

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