aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-06 15:19:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-06 15:19:24 +0000
commit9b75ceb057f27cf28f4462b8d1b8767071e8aeb3 (patch)
tree0e193e8f82352f3eedb18965f7ec2be139b378ac /net-mgmt
parent106cb190a44827f3e2d98d376dd1f593a6353476 (diff)
downloadports-9b75ceb057f27cf28f4462b8d1b8767071e8aeb3.tar.gz
ports-9b75ceb057f27cf28f4462b8d1b8767071e8aeb3.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/check_multi/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/check_multi/Makefile b/net-mgmt/check_multi/Makefile
index 90d1cb36bb2b..6de9bd767d33 100644
--- a/net-mgmt/check_multi/Makefile
+++ b/net-mgmt/check_multi/Makefile
@@ -14,8 +14,6 @@ COMMENT= A multi purpose wrapper plugin for Nagios
LICENSE= GPLv2
-NO_STAGE= yes
-
USES= shebangfix perl5
USE_PERL5= run
NO_BUILD= yes
@@ -26,11 +24,11 @@ PLUGIN_DIR= libexec/nagios
SHEBANG_FILES= check_multi
do-install:
- -${MKDIR} ${PREFIX}/${PLUGIN_DIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/check_multi ${PREFIX}/${PLUGIN_DIR}/
+ -${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/check_multi ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}/
.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- @${TAR} -C ${WRKSRC}/contrib -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf -
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ @${TAR} -C ${WRKSRC}/contrib -cf - . | ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf -
.endif
.include <bsd.port.mk>