aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-check_smartmon
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-17 20:59:47 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-17 20:59:47 +0800
commite1729c8f89d3177748baddc34cb8082e389bb78d (patch)
tree7f8b9cde4296b1e34105c2266c2326c0e26e307c /net-mgmt/nagios-check_smartmon
parentb9e35341b7e376b3a06b41eb66470cb3c9341b9e (diff)
downloadfreebsd-ports-gnome-e1729c8f89d3177748baddc34cb8082e389bb78d.tar.gz
freebsd-ports-gnome-e1729c8f89d3177748baddc34cb8082e389bb78d.tar.zst
freebsd-ports-gnome-e1729c8f89d3177748baddc34cb8082e389bb78d.zip
Support staging
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>