diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-28 14:42:54 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-28 14:42:54 +0000 |
commit | e48050b4a88acf0e5b326d8248a1e858c0ed76da (patch) | |
tree | efc677832ac558d9a562bb7775abb165bb7f5428 /net/rsync | |
parent | 36d00ee61b541bcedc93eed03fd5057c4c67d410 (diff) | |
download | ports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.tar.gz ports-e48050b4a88acf0e5b326d8248a1e858c0ed76da.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 2a39feaf45f5..bc3f3f1195d4 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.6.8 PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ - ftp://ftp.samba.org//pub/%SUBDIR%/ \ + ftp://ftp.samba.org/pub/%SUBDIR%/ \ ftp://sunsite.auc.dk/pub/unix/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/admin/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \ |