View | Details | Raw Unified | Return to bug 169153 | Differences between
and this patch

Collapse All | Expand All

(-)zabbix2-agent/Makefile (-3 / +3 lines)
Lines 5-19 Link Here
5
# $FreeBSD$
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	zabbix
8
PORTNAME=	zabbix2
9
PKGNAMESUFFIX=	-agent
9
PKGNAMESUFFIX=	-agent
10
10
11
MASTERDIR=	${.CURDIR}/../zabbix-server
11
MASTERDIR=	${.CURDIR}/../zabbix2-server
12
12
13
PLIST=		${PKGDIR}/pkg-plist.agent
13
PLIST=		${PKGDIR}/pkg-plist.agent
14
14
15
OPTIONSFILE=	${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
15
OPTIONSFILE=	${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
16
OPTIONS=	IPV6 "Support for IPv6" on
16
OPTIONS=	IPV6 "Support for IPv6" off
17
17
18
.include <bsd.port.options.mk>
18
.include <bsd.port.options.mk>
19
.include "${MASTERDIR}/Makefile"
19
.include "${MASTERDIR}/Makefile"

Return to bug 169153