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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user