diff options
author | tron <tron@pkgsrc.org> | 2003-06-19 07:33:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-06-19 07:33:13 +0000 |
commit | 5f56eb2b6a34d299efdc6f8e0b7991d4ca241aeb (patch) | |
tree | ec008e8a46952bfec5c27bf2b27c05bcbf248660 /net/rsync | |
parent | a3fbe78da6859f3f543d366261f887e9d08ba488 (diff) | |
download | pkgsrc-5f56eb2b6a34d299efdc6f8e0b7991d4ca241aeb.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 |