diff options
author | tv <tv> | 1999-05-12 23:31:04 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-12 23:31:04 +0000 |
commit | 6bbfab87f5cc1521580ca4c1d7ffa689a958e127 (patch) | |
tree | ba0f4f5d5367fca2832179ba30abb34f99209004 /net | |
parent | c7bcb55d3fa0031fae88f0146ec7dcce7a8eb2ad (diff) | |
download | pkgsrc-6bbfab87f5cc1521580ca4c1d7ffa689a958e127.tar.gz |
Rsync 2.3.1 is in the /pub/rsync directory, not the /pub/rsync/old-versions
directory, on samba.anu.edu.au at the moment.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f9403e3a48a..fc33b463774 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 1999/05/05 16:54:04 bad Exp $ +# $NetBSD: Makefile,v 1.20 1999/05/12 23:31:04 tv Exp $ # DISTNAME= rsync-2.3.1 CATEGORIES= net -MASTER_SITES= ftp://rsync.samba.org/pub/rsync/old-versions/ \ +MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ |