svn commit: r302407 - head/security/sguil-sensor

Doug Barton dougb at FreeBSD.org
Sat Aug 11 10:59:55 UTC 2012


Author: dougb
Date: Sat Aug 11 10:59:54 2012
New Revision: 302407
URL: http://svn.freebsd.org/changeset/ports/302407

Log:
  Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
  
  I caught most of these, but missed this one, apologies

Modified:
  head/security/sguil-sensor/Makefile

Modified: head/security/sguil-sensor/Makefile
==============================================================================
--- head/security/sguil-sensor/Makefile	Sat Aug 11 10:52:07 2012	(r302406)
+++ head/security/sguil-sensor/Makefile	Sat Aug 11 10:59:54 2012	(r302407)
@@ -27,7 +27,7 @@ USE_RC_SUBR=	example_agent pcap_agent sn
 TCLSH_CMD?=	tclsh8.4
 WRKSRC=		${WRKDIR}/sguil-${PORTVERSION}
 SUB_LIST=	SGUILDIR=${SGUILDIR}
-SUB_FILES=	pkg-message example_agent.sh pcap_agent.sh snort_agent.sh
+SUB_FILES=	pkg-message
 PLIST_SUB=	SGUILDIR=${SGUILDIR}
 SGUILDIR?=	sguil-sensor
 AGENTS=		example_agent.tcl pads_agent.tcl pcap_agent.tcl sancp_agent.tcl snort_agent.tcl
@@ -42,7 +42,6 @@ WITH_PCRE=	true
 .if defined(WITH_SANCP)
 RUN_DEPENDS+=	sancp:${PORTSDIR}/security/sancp
 USE_RC_SUBR+=	sancp_agent
-SUB_FILES+=	sancp_agent.sh
 PLIST_SUB+=	USESANCP=
 .else
 PLIST_SUB+=	USESANCP="@comment "
@@ -51,7 +50,6 @@ PLIST_SUB+=	USESANCP="@comment "
 .if defined(WITH_PADS)
 RUN_DEPENDS+=	pads:${PORTSDIR}/net-mgmt/pads
 USE_RC_SUBR+=	pads_agent
-SUB_FILES+=	pads_agent.sh
 PLIST_SUB+=	USEPADS=
 .else
 PLIST_SUB+=	USEPADS="@comment "



More information about the svn-ports-all mailing list