diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-09 17:54:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-09 17:54:40 +0000 |
commit | 0b6d267e85dc72d70caecfabf852f9bc7bcf0a1d (patch) | |
tree | 3565d0b1793cb125a9c3d3f250bd84b8153df76b | |
parent | 88c5e8e9d24540e6494787e144b7ee9a6751b28c (diff) | |
download | freebsd-ports-0b6d267e85dc72d70caecfabf852f9bc7bcf0a1d.zip |
Note conflict with monitoring-plugins.
Sponsored by: Absolight
-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 7dda55d25b79..198ecdc7b33a 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios-plugins PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= https://www.nagios-plugins.org/download/ \ @@ -15,6 +15,8 @@ COMMENT= Plugins for Nagios LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= monitoring-plugins-* + USES= charsetfix gmake perl5 libtool CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes |