1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447435

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>