1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stge support

This commit is contained in:
Martin Wilke 2014-02-06 12:15:49 +00:00
parent dc2d5f2fee
commit efcb757551
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343052

View File

@ -14,9 +14,8 @@ RUN_DEPENDS= smartmontools>=0:${PORTSDIR}/sysutils/smartmontools
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/libexec/nagios
@${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${PREFIX}/libexec/nagios
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
@${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>