diff options
-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" |