diff options
author | grant <grant@pkgsrc.org> | 2002-05-16 02:10:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-05-16 02:10:47 +0000 |
commit | 9e8b716dd58d98c2fbf5c46877f9ed2982ebcffa (patch) | |
tree | 0983fd91fac0c5c1b02d4bccf920661d9f070898 /net/rsync/Makefile | |
parent | cd3e14512875c984065cd65952e1fcc268768b72 (diff) | |
download | pkgsrc-9e8b716dd58d98c2fbf5c46877f9ed2982ebcffa.tar.gz |
add ftp://rsync.samba.org/pub/rsync/old-versions/ to MASTER_SITES to
fetch old distfiles.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index e3faa0de11c..0c4265c8d14 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2002/03/13 11:42:30 tron Exp $ +# $NetBSD: Makefile,v 1.42 2002/05/16 02:10:47 grant Exp $ DISTNAME= rsync-2.5.4 CATEGORIES= net MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ + ftp://rsync.samba.org/pub/rsync/old-versions/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/unix/network/rsync/ |