6a739f4a97
Fix 1: Set LDFLAGS for SSL support Fix 2: Fix stage-QA failures in both -local and -server: Two log files were present in these stage directories that were not listed in the plist. One of them were registered by the -client port so rather than remove them from the stage, add them to the package list Fix 3: revbump after fix 2 Approved by: SSL and general blankets
11 lines
234 B
Makefile
11 lines
234 B
Makefile
# Created by: Valerio Daelli <valerio.daelli@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
COMMENT= Client and server (local) port of ossec-hids
|
|
|
|
LOCAL_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|