diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-10 10:02:50 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-10 10:02:50 +0000 |
commit | 7e2caa1cf2fae0e8461fab5dbc1a7708fc06712c (patch) | |
tree | 912b8903721607dacc2a20c9c65e28703e4a7403 /net-mgmt/zabbix2-agent | |
parent | f25176531ddd8e36539393fbd3756e4b8393aafe (diff) |
- Update to 1.1.3
- Tweaks and fixes
Approved by: maintainer timeout, months of inactivity
Cheers from: EuroBSDCon 2006 Developer Summit
Notes
Notes:
svn path=/head/; revision=176987
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile index ab2a6bc70bf4..597d16f95886 100644 --- a/net-mgmt/zabbix2-agent/Makefile +++ b/net-mgmt/zabbix2-agent/Makefile @@ -1,17 +1,11 @@ -# Ports collection makefile for: zabbix -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> +# Ports collection makefile for: zabbix +# Date created: Jun 18 2003 +# Whom: Sergey Akifyev <asa@gascom.ru> # # $FreeBSD$ # -PORTNAME= zabbix-agent -CATEGORIES= net - -MAINTAINER= asa@gascom.ru -COMMENT= Very advanced network monitoring system (agent only) - -ZABBIX_AGENT_ONLY=yes +ZABBIX_AGENT_ONLY= yes MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix .include "${MASTERDIR}/Makefile" |