diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | 60d1a83c2a113150cedbc43ff12a7375144f741a (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /net/rsync | |
parent | a50428b01c275f058b067787701d333a9d45cbcb (diff) | |
download | ports-60d1a83c2a113150cedbc43ff12a7375144f741a.tar.gz ports-60d1a83c2a113150cedbc43ff12a7375144f741a.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d242a1e23616..73df13a77e88 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -5,13 +5,12 @@ PORTNAME= rsync PORTVERSION= 3.1.1 PORTREVISION= 3 CATEGORIES= net ipv6 -MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ - ftp://ftp.samba.org/pub/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/unix/admin/%SUBDIR%/ \ - ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \ +MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ + ftp://ftp.samba.org/pub/rsync/ \ + ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ + ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ \ http://www.mirrorservice.org/sites/rsync.samba.org/ \ LOCAL/ehaupt/rsync -MASTER_SITE_SUBDIR= rsync DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ehaupt@FreeBSD.org |