Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 14:44:59 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343345 - head/ftp/ftpfind
Message-ID:  <201402081444.s18Eixed027982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081444.s18Eixed027982>