diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:27:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:27:25 +0000 |
commit | 696f4b710ffef3574659459b133cef4ee9adaaef (patch) | |
tree | e04e6b7cd9949128f8ff28489c3a85908813ee6d /net-mgmt/zabbix2-agent | |
parent | 8d5f65b86e264005dc152292e8b652da2b4c8423 (diff) |
Fix PKGORIGIN after moving PKGORIGIN declaration earlier
Reported by: erwin
Notes
Notes:
svn path=/head/; revision=321851
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 7 |
1 files changed, 2 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 |