diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-20 23:57:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-20 23:57:33 +0800 |
commit | eae7a1d8e9dafb17e7444b0e37f763c07c51524c (patch) | |
tree | 76da7702f33ff0a68d76afe938db2acaddc86453 /net-mgmt | |
parent | 7670df19ffc0e1b42985034f2a22db008bfe07df (diff) | |
download | freebsd-ports-gnome-eae7a1d8e9dafb17e7444b0e37f763c07c51524c.tar.gz freebsd-ports-gnome-eae7a1d8e9dafb17e7444b0e37f763c07c51524c.tar.zst freebsd-ports-gnome-eae7a1d8e9dafb17e7444b0e37f763c07c51524c.zip |
Do not touch charset.alias
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 |