aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-check_smartmon
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-17 12:59:47 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-17 12:59:47 +0000
commit59ac605472c6f24640ba4f85c32487822a5ce6ec (patch)
tree7f8b9cde4296b1e34105c2266c2326c0e26e307c /net-mgmt/nagios-check_smartmon
parent5788d16b9f9ad1ce75ba64b2abc61115892ff4bc (diff)
Support staging
Notes
Notes: svn path=/head/; revision=348468
Diffstat (limited to 'net-mgmt/nagios-check_smartmon')
-rw-r--r--net-mgmt/nagios-check_smartmon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-check_smartmon/Makefile b/net-mgmt/nagios-check_smartmon/Makefile
index 75075992857d..f242a31694a2 100644
--- a/net-mgmt/nagios-check_smartmon/Makefile
+++ b/net-mgmt/nagios-check_smartmon/Makefile
@@ -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>