diff options
author | krion <krion@FreeBSD.org> | 2004-05-16 16:42:06 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-16 16:42:06 +0000 |
commit | 7e66158bf1a3f50ee7cd1f528fc77fb70d554c6c (patch) | |
tree | c14ed6581d9797c9adc31b247828c012b3da307b /ftp/ftpfind/Makefile | |
parent | 5a94257db0e71bc6661733efb3faafd8664f4738 (diff) | |
download | FreeBSD-ports-7e66158bf1a3f50ee7cd1f528fc77fb70d554c6c.zip FreeBSD-ports-7e66158bf1a3f50ee7cd1f528fc77fb70d554c6c.tar.gz |
- Fix MASTER_SITES
PR: ports/66701
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'ftp/ftpfind/Makefile')
-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 0773196..cd602e4 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 |