From owner-svn-ports-all@FreeBSD.ORG Sun May 18 02:07:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F422564; Sun, 18 May 2014 02:07:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 133BE2D52; Sun, 18 May 2014 02:07:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4I27lMT082873; Sun, 18 May 2014 02:07:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4I27lng082872; Sun, 18 May 2014 02:07:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201405180207.s4I27lng082872@svn.freebsd.org> From: Steve Wills Date: Sun, 18 May 2014 02:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354385 - head/databases/jdb 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.18 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: Sun, 18 May 2014 02:07:48 -0000 Author: swills Date: Sun May 18 02:07:47 2014 New Revision: 354385 URL: http://svnweb.freebsd.org/changeset/ports/354385 QAT: https://qat.redports.org/buildarchive/r354385/ Log: - Fix paths for SHEBANG_FILES Pointyhat to: swills Approved by: vanilla Modified: head/databases/jdb/Makefile Modified: head/databases/jdb/Makefile ============================================================================== --- head/databases/jdb/Makefile Sun May 18 01:57:57 2014 (r354384) +++ head/databases/jdb/Makefile Sun May 18 02:07:47 2014 (r354385) @@ -13,17 +13,14 @@ COMMENT= JDB manipulates flat-ASCII data USES= perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb -SHEBANG_FILES= bin/db2dcliff bin/dbcol bin/dbcolcreate bin/dbcoldefine \ - bin/dbcoldiff bin/dbcolhisto bin/dbcolize bin/dbcolmerge \ - bin/dbcolmovingstats bin/dbcolmultiscale bin/dbcolneaten \ - bin/dbcolpercentile bin/dbcolrename bin/dbcolscorrelate \ - bin/dbcolsplittocols bin/dbcolsplittorows bin/dbcolstats \ - bin/dbcoltighten bin/dbfilesplit bin/dbformmail bin/dbjoin \ - bin/dblistize bin/dbrow bin/dbmultistats bin/dbrecolize \ - bin/dbrowaccumulate bin/dbrowdiff bin/dbrowenumerate \ - bin/dbroweval bin/dbrowsplituniq bin/dbrowuniq bin/dbsort \ - bin/dbstats bin/dbstripcomments bin/dbstripextraheaders \ - bin/dbstripleadingspace bin/db_to_html_table \ - bin/ipchain_logs_to_db bin/kitrace_to_db bin/tcpdump_to_db +SHEBANG_FILES= db2dcliff dbcol dbcolcreate dbcoldefine dbcoldiff dbcolhisto \ + dbcolize dbcolmerge dbcolmovingstats dbcolmultiscale \ + dbcolneaten dbcolpercentile dbcolrename dbcolscorrelate \ + dbcolsplittocols dbcolsplittorows dbcolstats dbcoltighten \ + dbfilesplit dbformmail dbjoin dblistize dbrow dbmultistats \ + dbrecolize dbrowaccumulate dbrowdiff dbrowenumerate dbroweval \ + dbrowsplituniq dbrowuniq dbsort dbstats dbstripcomments \ + dbstripextraheaders dbstripleadingspace db_to_html_table \ + ipchain_logs_to_db kitrace_to_db tcpdump_to_db .include