svn commit: r321396 - head/net-mgmt/nagios-plugins

Antoine Brodin antoine at FreeBSD.org
Thu Jun 20 15:57:34 UTC 2013


Author: antoine
Date: Thu Jun 20 15:57:33 2013
New Revision: 321396
URL: http://svnweb.freebsd.org/changeset/ports/321396

Log:
  Do not touch charset.alias

Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Thu Jun 20 15:36:14 2013	(r321395)
+++ head/net-mgmt/nagios-plugins/Makefile	Thu Jun 20 15:57:33 2013	(r321396)
@@ -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/$
 MAINTAINER=	jarrod at downtools.com.au
 COMMENT=	Plugins for Nagios
 
+USES=		charsetfix
+CHARSETFIX_MAKEFILEIN=Makefile.am
 USE_SUBMAKE=	yes
 USE_GMAKE=	yes
 USE_PERL5=	yes


More information about the svn-ports-all mailing list