Support staging
This commit is contained in:
parent
5788d16b9f
commit
59ac605472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348468
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
|
|||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon ${PREFIX}/libexec/nagios
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/check_smartmon \
|
||||
${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue