diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-01 13:30:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-01 13:30:54 +0000 |
commit | 9e4ac3c6053ab1852fb985337ae79f07cfb15239 (patch) | |
tree | 47f115716d673e9557e76c7260ef53889a17b49d /net/rsync | |
parent | bc69ff0e62047e2d3caa1ffb7fb1be421ec9512f (diff) | |
download | ports-9e4ac3c6053ab1852fb985337ae79f07cfb15239.tar.gz ports-9e4ac3c6053ab1852fb985337ae79f07cfb15239.zip |
Notes
Diffstat (limited to 'net/rsync')
-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 1de2f77b1b32..2a39feaf45f5 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 |