diff options
author | tron <tron> | 2003-06-19 07:33:13 +0000 |
---|---|---|
committer | tron <tron> | 2003-06-19 07:33:13 +0000 |
commit | 5c255bc829c18929fe36278d4b1103241aa2904e (patch) | |
tree | ec008e8a46952bfec5c27bf2b27c05bcbf248660 /net/rsync | |
parent | 6a4b4607e36f1da41b9e2b5b752b9b17ea9125ad (diff) | |
download | pkgsrc-5c255bc829c18929fe36278d4b1103241aa2904e.tar.gz |
It's "ftp.sunet.se" not "ftp0.sunet.se".
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 17cc505e323..c4c625ffea3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/04/11 03:56:05 salo Exp $ -# +# $NetBSD: Makefile,v 1.47 2003/06/19 07:33:13 tron Exp $ DISTNAME= rsync-2.5.6 PKGREVISION= 1 @@ -9,7 +8,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/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://ftp0.sunet.se/pub/unix/admin/rsync/ \ + ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/unix/network/rsync/ MAINTAINER= tron@netbsd.org |