aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 20:15:49 +0800
committermiwi <miwi@FreeBSD.org>2014-02-06 20:15:49 +0800
commitb6944cd0db92889c003b9ae225d22b19c9e47d64 (patch)
treeea78b7105bf982bebc6d3a8b7e460719db66aad9 /net-mgmt
parent25839dc15f0a3d20a63d21d363afc7f3ca183555 (diff)
downloadfreebsd-ports-gnome-b6944cd0db92889c003b9ae225d22b19c9e47d64.tar.gz
freebsd-ports-gnome-b6944cd0db92889c003b9ae225d22b19c9e47d64.tar.zst
freebsd-ports-gnome-b6944cd0db92889c003b9ae225d22b19c9e47d64.zip
- Stge support
Diffstat (limited to 'net-mgmt')
-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>