diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-18 07:18:02 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-18 07:18:02 +0000 |
commit | 1e8763af7ea429f6e679a0d06b79ea2f7a0ddfd2 (patch) | |
tree | 7099e3777ef79d8c155642653a66da5aedf74945 | |
parent | Use %%DOCSDIR%% in plist. (diff) |
Correct MASTER_SITE.
PR: 66700
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes:
svn path=/head/; revision=109404
-rw-r--r-- | ftp/fget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile index 27b07f590ee1..75bc6e33e712 100644 --- a/ftp/fget/Makefile +++ b/ftp/fget/Makefile @@ -9,7 +9,7 @@ PORTNAME= fget PORTVERSION= 1.2.9 PORTREVISION= 1 CATEGORIES= ftp www -MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/fget/ +MASTER_SITES= ftp://ftp.feep.net/pub/software/fget/ MAINTAINER= demon@FreeBSD.org COMMENT= A commandline tool for mirroring remote files via FTP |