diff options
author | wiz <wiz> | 2007-12-02 11:31:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 11:31:00 +0000 |
commit | 40f036bcec059181b2742f0b3ccd980b88851a6f (patch) | |
tree | 8a80fa18cff96a3356c09388d79cd0119b518950 /net | |
parent | 6bab1db72cdd2248ede57761a6d97982bb2cbdc0 (diff) | |
download | pkgsrc-40f036bcec059181b2742f0b3ccd980b88851a6f.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/ |