diff options
author | bapt <bapt@FreeBSD.org> | 2016-04-10 07:12:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-04-10 07:12:39 +0800 |
commit | 1df8e397f98bd324e76d8dc12ad345130e427bbe (patch) | |
tree | 1974c809daa1b0e2f12c5cdcd18cd9570c2b7a24 /net-mgmt | |
parent | 7fbac89f6c5461b827c70d501e145e901b019be3 (diff) | |
download | freebsd-ports-gnome-1df8e397f98bd324e76d8dc12ad345130e427bbe.tar.gz freebsd-ports-gnome-1df8e397f98bd324e76d8dc12ad345130e427bbe.tar.zst freebsd-ports-gnome-1df8e397f98bd324e76d8dc12ad345130e427bbe.zip |
Fix IPV6 option
Bump portrevision
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix22-agent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index e0bfdd0203c8..ed444d8291ec 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix2 +PORTREVISION= 1 PKGNAMESUFFIX= -agent CATEGORIES= net-mgmt @@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT= IPV6 -.include <bsd.port.options.mk> .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix22-agent/Makefile b/net-mgmt/zabbix22-agent/Makefile index 544d105ebd8f..001f044c135a 100644 --- a/net-mgmt/zabbix22-agent/Makefile +++ b/net-mgmt/zabbix22-agent/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix22 +PORTREVISION= 1 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent @@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT= IPV6 -.include <bsd.port.options.mk> .include "${MASTERDIR}/Makefile" |