diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-07 03:25:10 +0000 |
commit | 6910bf819aea08bdd745916858b2def318991151 (patch) | |
tree | 4182f12506e5ebc35eb16b446a1a7b815762ed62 /ftp/ftpfind/Makefile | |
parent | a155d8175292db32ee02557aeb9bc8b112170911 (diff) |
Notes
Diffstat (limited to 'ftp/ftpfind/Makefile')
-rw-r--r-- | ftp/ftpfind/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index cd602e4298c3..6bc03bf2f300 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: ftpfind -# Date created: Feb 21 1998 -# Whom: Tomokazu ISHII <t-ishii@tryplanet.com> -# +# 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 +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Find directory&file on a ftp server PLIST_FILES= bin/ftpfind |