diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-04-25 21:33:49 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-04-25 21:33:49 +0000 |
commit | 156e3a3d9e2483cfa783191f5e2aa725cd6240dd (patch) | |
tree | 9661c2600d72aab2fb10655380f1a886bbeed4bd /net-mgmt/nagios-silfreed-plugins | |
parent | 0e6c3505e28a23e49da1cb432b65bd0e8de1f151 (diff) | |
download | ports-156e3a3d9e2483cfa783191f5e2aa725cd6240dd.tar.gz ports-156e3a3d9e2483cfa783191f5e2aa725cd6240dd.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-silfreed-plugins')
-rw-r--r-- | net-mgmt/nagios-silfreed-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-silfreed-plugins/Makefile b/net-mgmt/nagios-silfreed-plugins/Makefile index 5b1272e3ccca..4a62ffba6990 100644 --- a/net-mgmt/nagios-silfreed-plugins/Makefile +++ b/net-mgmt/nagios-silfreed-plugins/Makefile @@ -90,7 +90,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/check_max_clients_route-0.1.6/${i} ${NAGIOS_PLUGIN_DIR} .endfor .for i in ${CHECKPM3CLIENTS_SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/check_pm3_clients_route-0.1.0/${i} ${NAGIOS_PLUGIN_DIR} ) + ${INSTALL_SCRIPT} ${WRKSRC}/check_pm3_clients_route-0.1.0/${i} ${NAGIOS_PLUGIN_DIR} .endfor .endif .if !defined(NOPORTDOCS) |