From owner-svn-ports-all@FreeBSD.ORG Fri May 10 09:28:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F7B8463; Fri, 10 May 2013 09:28:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 61BE0D2A; Fri, 10 May 2013 09:28:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4A9S8F4001362; Fri, 10 May 2013 09:28:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4A9S8DQ001361; Fri, 10 May 2013 09:28:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305100928.r4A9S8DQ001361@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 10 May 2013 09:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317782 - head/irc/inspircd12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 10 May 2013 09:28:08 -0000 Author: bapt Date: Fri May 10 09:28:07 2013 New Revision: 317782 URL: http://svnweb.freebsd.org/changeset/ports/317782 Log: Fix shebang_file list Submitted by: John Marino (via irc) Modified: head/irc/inspircd12/Makefile Modified: head/irc/inspircd12/Makefile ============================================================================== --- head/irc/inspircd12/Makefile Fri May 10 09:23:06 2013 (r317781) +++ head/irc/inspircd12/Makefile Fri May 10 09:28:07 2013 (r317782) @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd MAKE_JOBS_SAFE= yes -SHEBANG_FILES= configure inspircd modulemanager make/run-cc.pl +SHEBANG_FILES= configure modulemanager make/run-cc.pl USERS= ${INCPIRCD_USR} GROUPS= ${INSPIRCD_GRP}