diff options
Diffstat (limited to 'net-mgmt/nagiostat/Makefile')
-rw-r--r-- | net-mgmt/nagiostat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/nagiostat/Makefile b/net-mgmt/nagiostat/Makefile index c7147bc..7753aa5 100644 --- a/net-mgmt/nagiostat/Makefile +++ b/net-mgmt/nagiostat/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.0.0 PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Nagiostat parses performance-data from Nagios and generates graphs @@ -14,7 +13,7 @@ COMMENT= Nagiostat parses performance-data from Nagios and generates graphs RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ nagios:${PORTSDIR}/net-mgmt/nagios -USES= perl5 +USES= perl5 tar:tgz NO_BUILD= yes NO_WRKSUBDIR= yes NAGIOSDIR?= /var/spool/nagios |