diff options
author | pav <pav@FreeBSD.org> | 2006-06-01 13:30:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-06-01 13:30:54 +0000 |
commit | 969abdcf345854ec953c16c1d35d53d985a287a0 (patch) | |
tree | ee094a0748edd95e56c7dff8e254e6088f0e125f | |
parent | d5c7a8114936048d7e68fce7513304f8bb8672b3 (diff) | |
download | FreeBSD-ports-969abdcf345854ec953c16c1d35d53d985a287a0.zip FreeBSD-ports-969abdcf345854ec953c16c1d35d53d985a287a0.tar.gz |
- Remove dead master site
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 1de2f77..2a39fea 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://sunsite.auc.dk/pub/unix/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/admin/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/rsync.samba.org/ \ - http://public.planetmirror.com/pub/%SUBDIR%/ + http://www.mirrorservice.org/sites/rsync.samba.org/ MASTER_SITE_SUBDIR= rsync MAINTAINER= pav@FreeBSD.org |