diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-28 17:28:16 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-28 17:28:16 +0000 |
commit | cb90da2923fc90009ccf4efdc56b03f3dfe74a64 (patch) | |
tree | 32f63313b0df3f554d003ba97a59f8eae2954644 /net-mgmt/zabbix22-frontend | |
parent | c43dca7117b6044edafaaa76b93fdc8e2b12cd2a (diff) |
- Update net-mgmt/zabbix22-* ports to version 2.2.8
- Fix declarations order in slaves
PR: 196019
Submitted by: timp87@gmail.com
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=375731
Diffstat (limited to 'net-mgmt/zabbix22-frontend')
-rw-r--r-- | net-mgmt/zabbix22-frontend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile index 840949361155..5b5ef0ac0255 100644 --- a/net-mgmt/zabbix22-frontend/Makefile +++ b/net-mgmt/zabbix22-frontend/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= zabbix22 -PKGNAMESUFFIX= -frontend CATEGORIES= net-mgmt +PKGNAMESUFFIX= -frontend MASTERDIR= ${.CURDIR}/../zabbix22-server @@ -40,7 +40,7 @@ USE_PHP+= sqlite3 .if ${PORT_OPTIONS:MORACLE} ZABBIX_REQUIRE= -CONFIGURE_ARGS+= --with-oracle +CONFIGURE_ARGS+= --with-oracle .endif do-install: |