diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/zabbix2-frontend/Makefile | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index 2b09ee1f8e09..6422d0ba1a80 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -1,12 +1,9 @@ -# Ports collection makefile for: zabbix-agent -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> -# +# Created by: Sergey Akifyev <asa@gascom.ru> # $FreeBSD$ -# PORTNAME= zabbix2 PKGNAMESUFFIX= -agent +CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../zabbix2-server diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile index 5253191ab17d..e673d9a2be27 100644 --- a/net-mgmt/zabbix2-frontend/Makefile +++ b/net-mgmt/zabbix2-frontend/Makefile @@ -3,6 +3,7 @@ PORTNAME= zabbix2 PKGNAMESUFFIX= -frontend +CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../zabbix2-server |