diff options
author | tron <tron> | 2000-02-09 22:17:44 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-09 22:17:44 +0000 |
commit | 748ada9fdca69d3454de6180f3a6791ad8da9422 (patch) | |
tree | b507706d6f2594a174dd296a3cbf626c47b41cf4 /net/rsync/Makefile | |
parent | 01d303ef0cc0157ca9fe30400638efc8b0b856bb (diff) | |
download | pkgsrc-748ada9fdca69d3454de6180f3a6791ad8da9422.tar.gz |
Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de".
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 868db415e4a..68d4c85cf58 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/09/29 08:28:06 agc Exp $ +# $NetBSD: Makefile,v 1.27 2000/02/09 22:17:46 tron Exp $ # DISTNAME= rsync-2.3.1 @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://ftp0.sunet.se/pub/unix/admin/rsync/ \ - ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ + ftp://ftp.fu-berlin.de/unix/network/rsync/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://samba.anu.edu.au/rsync/ |