Skip to content

Commit

Permalink
- Add stage support
Browse files Browse the repository at this point in the history
- Add shebangfix to USES
  • Loading branch information
daniloegea committed Feb 8, 2014
1 parent 41630c0 commit 90c9d83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ftp/ftpfind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 90c9d83

Please sign in to comment.