diff options
author | sat <sat@FreeBSD.org> | 2006-07-28 22:42:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-28 22:42:54 +0800 |
commit | 9972e0feb22000b01b2226a73ecdecdf89af21fb (patch) | |
tree | ac6ea7b3d8c37ba429d7f5eb0418edc0624b3aae /net/rsync | |
parent | 2e0d8ad15d21cb17acd4991e56b945ba9231dddf (diff) | |
download | freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.gz freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.zst freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.zip |
- Rid the tree of double slashes in URL paths
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%/ \ |