From owner-svn-ports-all@FreeBSD.ORG Sat Aug 11 10:59:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50443106564A; Sat, 11 Aug 2012 10:59:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3AC588FC12; Sat, 11 Aug 2012 10:59:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7BAxtAu048499; Sat, 11 Aug 2012 10:59:55 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7BAxta5048496; Sat, 11 Aug 2012 10:59:55 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201208111059.q7BAxta5048496@svn.freebsd.org> From: Doug Barton Date: Sat, 11 Aug 2012 10:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302407 - head/security/sguil-sensor X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2012 10:59:55 -0000 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 "