diff options
author | lukem <lukem@pkgsrc.org> | 1999-03-17 21:48:20 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 1999-03-17 21:48:20 +0000 |
commit | 9f33818c35b93c6f05eb78029290cd7a7640c77a (patch) | |
tree | b7cc46e03b555a60efc29c5f15b15866d5502a49 /net/rsync | |
parent | e117782bbdadd6f9871fb52574d11aa44361a99a (diff) | |
download | pkgsrc-9f33818c35b93c6f05eb78029290cd7a7640c77a.tar.gz |
* change first site from samba.anu.edu.au to rsync.samba.org
* look in `old-versions/' for 2.2.1, since 2.3.0 is the current version
Diffstat (limited to 'net/rsync')
-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 5372f02ad58..97c0d980369 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 1999/02/20 22:48:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/17 21:48:20 lukem Exp $ # DISTNAME= rsync-2.2.1 CATEGORIES= net -MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ +MASTER_SITES= ftp://rsync.samba.org/pub/rsync/old-versions/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ |