aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-27 14:27:25 +0800
committerbapt <bapt@FreeBSD.org>2013-06-27 14:27:25 +0800
commit58f9bf3e99b0f680af9154ce32769acd347ec3f4 (patch)
treee04e6b7cd9949128f8ff28489c3a85908813ee6d /net-mgmt
parent3615855b3083dc985c40d8793167e1ae619b6d12 (diff)
downloadfreebsd-ports-gnome-58f9bf3e99b0f680af9154ce32769acd347ec3f4.tar.gz
freebsd-ports-gnome-58f9bf3e99b0f680af9154ce32769acd347ec3f4.tar.zst
freebsd-ports-gnome-58f9bf3e99b0f680af9154ce32769acd347ec3f4.zip
Fix PKGORIGIN after moving PKGORIGIN declaration earlier
Reported by: erwin
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zabbix2-agent/Makefile7
-rw-r--r--net-mgmt/zabbix2-frontend/Makefile1
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