mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
852451d54e
- Add shebangfix to USES
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# Created by: Tomokazu ISHII <t-ishii@tryplanet.com>
|
|
# $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
|
|
|
|
USES= shebangfix
|
|
SHEBANG_FILES= ftpfind
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ftpfind ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|