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

Collapse All | Expand All

(-)Makefile (-4 / +11 lines)
Lines 1-11 Link Here
1
# Created by: Valerio Daelli <valerio.daelli@gmail.com>
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
PORTREVISION=	1
3
PORTREVISION=
5
COMMENT=	Client and server (local) port of ossec-hids
4
PKGNAMESUFFIX=	-local
6
5
7
LOCAL_ONLY=	yes
6
COMMENT=	Agent and server (local) port of ossec-hids
8
7
8
LICENSE=	GPLv2
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
9
MASTERDIR=	${.CURDIR}/../ossec-hids-server
11
MASTERDIR=	${.CURDIR}/../ossec-hids-server
10
12
13
CONFLICTS_INSTALL=	ossec-hids-client-[0-9]* ossec-hids-agent-[0-9]* ossec-hids-server-[0-9]*
14
15
LOCAL_ONLY=	yes
16
OSSEC_TYPE=	local
17
11
.include "${MASTERDIR}/Makefile"
18
.include "${MASTERDIR}/Makefile"

Return to bug 226465