aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_hdd_health/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios-check_hdd_health/Makefile')
-rw-r--r--net-mgmt/nagios-check_hdd_health/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/nagios-check_hdd_health/Makefile b/net-mgmt/nagios-check_hdd_health/Makefile
index d98053392d45..631590e27e8c 100644
--- a/net-mgmt/nagios-check_hdd_health/Makefile
+++ b/net-mgmt/nagios-check_hdd_health/Makefile
@@ -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>