aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpfind
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 14:44:59 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-08 14:44:59 +0000
commit852451d54ea8e34f61700ed59dca3f4a012bcc94 (patch)
treebbdf0090d67d2b6f29390e2e1790cb76f9969bed /ftp/ftpfind
parent6f516886e875425567cc8c8a2b895325fd0db626 (diff)
downloadports-852451d54ea8e34f61700ed59dca3f4a012bcc94.tar.gz
ports-852451d54ea8e34f61700ed59dca3f4a012bcc94.zip
Notes
Diffstat (limited to 'ftp/ftpfind')
-rw-r--r--ftp/ftpfind/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile
index d7082f98e52f..3907b6f8e356 100644
--- a/ftp/ftpfind/Makefile
+++ b/ftp/ftpfind/Makefile
@@ -11,5 +11,10 @@ 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 <bsd.port.mk>