diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 16:42:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-16 16:42:06 +0000 |
commit | 7b3e8a3fed9f8d239f2704399c8eefc2cec29f42 (patch) | |
tree | ad8fcff2dfc925b6bd5f7c3e0b28766f8f37150f /ftp/ftpfind | |
parent | - Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
PR: ports/66701
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes:
svn path=/head/; revision=109269
Diffstat (limited to 'ftp/ftpfind')
-rw-r--r-- | ftp/ftpfind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index 077319669095..cd602e4298c3 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -8,8 +8,7 @@ PORTNAME= ftpfind PORTVERSION= 0.996 CATEGORIES= ftp -MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ - http://www.tryplanet.com/t-ishii/programs/ftpfind/ +MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ MAINTAINER= ports@FreeBSD.org COMMENT= Find directory&file on a ftp server |