diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-27 14:27:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-27 14:27:25 +0800 |
commit | 58f9bf3e99b0f680af9154ce32769acd347ec3f4 (patch) | |
tree | e04e6b7cd9949128f8ff28489c3a85908813ee6d /net-mgmt | |
parent | 3615855b3083dc985c40d8793167e1ae619b6d12 (diff) | |
download | freebsd-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/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 |