svn commit: r343345 - head/ftp/ftpfind

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 8 14:44:59 UTC 2014


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>


More information about the svn-ports-all mailing list