aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-03 19:08:00 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-03 19:08:00 +0000
commit40e5056d192fdc0429a063ae8e5291c0917a4ff8 (patch)
treefe64becc91a297123e4ba10f4e892fed5799e3c5 /net-mgmt/nagios-plugins/Makefile
parentb69248efffa4e54c4aaea72ee8c0ca04ad3d0f9b (diff)
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins/Makefile')
-rw-r--r--net-mgmt/nagios-plugins/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 9af72a33e67b..4321b230d565 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= nagios-plugins
-PORTVERSION= 1.3.b1
-PORTREVISION= 0
+PORTVERSION= 1.3.0.b2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nagiosplug
-DISTNAME= nagiosplug-1.3-beta1
+DISTNAME= nagios-plugins-1.3.0-beta2
MAINTAINER= blaz@si.FreeBSD.org
@@ -21,7 +20,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/sbin \
--libexecdir=${PREFIX}/libexec/nagios \
--datadir=${PREFIX}/share/nagios \
--sysconfdir=${PREFIX}/etc/nagios \
- --localstatedir=${PREFIX}/var/nagios
+ --localstatedir=${PREFIX}/var/nagios \
+ --with-df-command="/bin/df -Pkt noprocfs"
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}"