summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:15:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:15:49 +0000
commitefcb757551e526424ec9a90bc21cc196bbb9737b (patch)
treeea78b7105bf982bebc6d3a8b7e460719db66aad9 /net-mgmt
parent- Stage support (diff)
- Stge support
Notes
Notes: svn path=/head/; revision=343052
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>