diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-20 15:57:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-20 15:57:33 +0000 |
commit | 42d5100ca2d2bb7fc46096c2adb5c996d562db77 (patch) | |
tree | 76da7702f33ff0a68d76afe938db2acaddc86453 /net-mgmt | |
parent | 73d78cd0089e682c6fcfd7e40310ff66b5ec60c7 (diff) | |
download | ports-42d5100ca2d2bb7fc46096c2adb5c996d562db77.tar.gz ports-42d5100ca2d2bb7fc46096c2adb5c996d562db77.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 434047ea5754..055792f9a8e4 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 1.4.16 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/nagiosplug/nagiosplug/${PORTVERSION} @@ -11,6 +11,8 @@ MASTER_SITES= SF/nagiosplug/nagiosplug/${PORTVERSION} MAINTAINER= jarrod@downtools.com.au COMMENT= Plugins for Nagios +USES= charsetfix +CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes USE_GMAKE= yes USE_PERL5= yes |