diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:01:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:01:41 +0000 |
commit | e1cea1eaa9bde57ce435ca35d34f55d501d7f635 (patch) | |
tree | a88ce2620404e7ea768fb724444eadef09ae5b30 /net/rsync | |
parent | 4e7ff926003ab4f9c96cd1ac736637212129ab6a (diff) |
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 8d7c9f948079..d242a1e23616 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/admin/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/network/%SUBDIR%/ \ http://www.mirrorservice.org/sites/rsync.samba.org/ \ - CRITICAL + LOCAL/ehaupt/rsync MASTER_SITE_SUBDIR= rsync DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |