1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add stage support

- Add shebangfix to USES
This commit is contained in:
Danilo Egea Gondolfo 2014-02-08 14:44:59 +00:00
parent 6f516886e8
commit 852451d54e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343345

View File

@ -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>