diff options
author | demon <demon@FreeBSD.org> | 2004-05-18 15:18:02 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-05-18 15:18:02 +0800 |
commit | 68139bbe38fbecf6a2b3fdbefa0649b3fe862f62 (patch) | |
tree | bbcb1fd4b7c3a87ec7661a5631e2da7d18c11d8f | |
parent | 92bc009701e7cc78f813bb16026113ac8a9ee3dd (diff) | |
download | freebsd-ports-gnome-68139bbe38fbecf6a2b3fdbefa0649b3fe862f62.tar.gz freebsd-ports-gnome-68139bbe38fbecf6a2b3fdbefa0649b3fe862f62.tar.zst freebsd-ports-gnome-68139bbe38fbecf6a2b3fdbefa0649b3fe862f62.zip |
Correct MASTER_SITE.
PR: 66700
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
-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 |