From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 14:44:59 2014 Return-Path: Delivered-To: svn-ports-head@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 D7C3BA67; Sat, 8 Feb 2014 14:44:59 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1B6E11EC; Sat, 8 Feb 2014 14:44:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18EixjP027983; Sat, 8 Feb 2014 14:44:59 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18Eixed027982; Sat, 8 Feb 2014 14:44:59 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402081444.s18Eixed027982@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 8 Feb 2014 14:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343345 - head/ftp/ftpfind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 14:44:59 -0000 Author: danilo Date: Sat Feb 8 14:44:59 2014 New Revision: 343345 URL: http://svnweb.freebsd.org/changeset/ports/343345 QAT: https://qat.redports.org/buildarchive/r343345/ Log: - Add stage support - Add shebangfix to USES Modified: head/ftp/ftpfind/Makefile Modified: head/ftp/ftpfind/Makefile ============================================================================== --- head/ftp/ftpfind/Makefile Sat Feb 8 14:43:30 2014 (r343344) +++ head/ftp/ftpfind/Makefile Sat Feb 8 14:44:59 2014 (r343345) @@ -11,5 +11,10 @@ COMMENT= Find directory&file on a ftp se PLIST_FILES= bin/ftpfind -NO_STAGE= yes +USES= shebangfix +SHEBANG_FILES= ftpfind + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ftpfind ${STAGEDIR}${PREFIX}/bin/ + .include