aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-15 03:41:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-15 03:41:15 +0000
commit663633d7573f22901562ce92101b751f973a322c (patch)
treee64630b7f7d63b57867b605597b24a110ef9f5ab /net-mgmt/zabbix2/Makefile
parent362d89df5419ec22e9ca17581c1a356572fe1054 (diff)
downloadports-663633d7573f22901562ce92101b751f973a322c.tar.gz
ports-663633d7573f22901562ce92101b751f973a322c.zip
Notes
Diffstat (limited to 'net-mgmt/zabbix2/Makefile')
-rw-r--r--net-mgmt/zabbix2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile
index f904bc604fed..bac19cb5dac7 100644
--- a/net-mgmt/zabbix2/Makefile
+++ b/net-mgmt/zabbix2/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= zabbix
-PORTVERSION= 1.0b10
-PORTREVISION= 2
+PORTVERSION= 1.0b12
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=${PORTNAME}
+MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S|b|beta|}
MAINTAINER= asa@gascom.ru
@@ -33,11 +33,11 @@ USE_RC_SUBR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include
-ZABBIX_BINARIES=zabbix_agent zabbix_agentd zabbix_sender
-ZABBIX_CONFIGS= zabbix_agent.conf zabbix_agentd.conf
+ZABBIX_BINARIES= zabbix_agent zabbix_agentd zabbix_sender
+ZABBIX_CONFIGS= zabbix_agent.conf zabbix_agentd.conf
.ifndef(ZABBIX_AGENT_ONLY)
-ZABBIX_BINARIES+=zabbix_suckerd zabbix_trapper zabbix_trapperd
-ZABBIX_CONFIGS+=zabbix_suckerd.conf zabbix_trapper.conf zabbix_trapperd.conf
+ZABBIX_BINARIES+= zabbix_suckerd zabbix_trapper zabbix_trapperd
+ZABBIX_CONFIGS+= zabbix_suckerd.conf zabbix_trapper.conf zabbix_trapperd.conf
.endif
SCRIPT_REGEX= -e 's|%PREFIX%|${PREFIX}|g' -e 's|%LOCALBASE%|${LOCALBASE}|g'