diff options
author | wiz <wiz> | 2007-12-02 11:31:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 11:31:00 +0000 |
commit | 91bc3a6a76b6d4fa3e93057cae9ff8abc052c9c3 (patch) | |
tree | 8a80fa18cff96a3356c09388d79cd0119b518950 /net | |
parent | 1345b5de09fcc7f4d4276f4bed0f6e3759b8c59b (diff) | |
download | pkgsrc-91bc3a6a76b6d4fa3e93057cae9ff8abc052c9c3.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 252ab1b5c44..7a583e901f5 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.68 2007/08/23 13:47:50 tron Exp $ +# $NetBSD: Makefile,v 1.69 2007/12/02 11:31:00 wiz Exp $ DISTNAME= rsync-2.6.9 CATEGORIES= net PKGREVISION= 1 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ - ftp://rsync.samba.org/pub/rsync/ \ http://rsync.samba.org/ftp/rsync/old-versions/ \ - 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/unix/network/rsync/ |