diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-01 13:45:47 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-01 13:45:47 +0000 |
commit | 8b280edc8f5b0ed58d237eacf1a79c1eeb0cc011 (patch) | |
tree | 6254b8a16b6c833b62c0c6b5806d0d232a34f24e /net-mgmt/zabbix16-agent/Makefile | |
parent | a4613269fdbb6285a711295f768df2f98caf00b1 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix16-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix16-agent/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/zabbix16-agent/Makefile b/net-mgmt/zabbix16-agent/Makefile deleted file mode 100644 index 2983d6ba42fe..000000000000 --- a/net-mgmt/zabbix16-agent/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: zabbix16-agent -# Date created: 2009-12-10 -# Whom: Jim Riggs <ports@christianserving.org> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PKGNAMESUFFIX= -agent - -MASTERDIR= ${.CURDIR}/../zabbix16-server - -PLIST= ${PKGDIR}/pkg-plist.agent - -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= IPV6 "Support for IPv6" on - -.include <bsd.port.options.mk> -.include "${MASTERDIR}/Makefile" |