diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index d7082f98e52f..3907b6f8e356 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -1,15 +1,20 @@ # Created by: Tomokazu ISHII # $FreeBSD$ PORTNAME= ftpfind PORTVERSION= 0.996 CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ MAINTAINER= ports@FreeBSD.org COMMENT= Find directory&file on a ftp server PLIST_FILES= bin/ftpfind -NO_STAGE= yes +USES= shebangfix +SHEBANG_FILES= ftpfind + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ftpfind ${STAGEDIR}${PREFIX}/bin/ + .include