aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-12 12:42:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-12 12:42:34 +0000
commitb84b1df763ca1a78ca52bdaa605cd81d70b7e5f0 (patch)
tree5bf47ef21b1527a01e417ac046f2cebd8a5cca76 /net-mgmt
parentadc3d11dcc46a6fc96cb725ee57f402a2f62bd1d (diff)
downloadports-b84b1df763ca1a78ca52bdaa605cd81d70b7e5f0.tar.gz
ports-b84b1df763ca1a78ca52bdaa605cd81d70b7e5f0.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
-rw-r--r--net-mgmt/nagios-plugins/scripts/configure8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index f41d8dde3106..043cc768075a 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nagios-plugins
PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nagiosplug
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure
index 00bc6d2674b4..f25b942fe1bb 100644
--- a/net-mgmt/nagios-plugins/scripts/configure
+++ b/net-mgmt/nagios-plugins/scripts/configure
@@ -65,10 +65,10 @@ while [ "$1" ]; do
SUB_FPING=""
;;
\"NetSNMP\")
- echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp"
- echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp"
- echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
- echo "RUN_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP"
+ echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+ echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
+ echo "RUN_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net-mgmt/p5-Net-SNMP"
echo "CONFIGURE_ARGS+= --enable-snmp"
SUB_SNMP=""
;;