diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-07-27 02:46:48 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-07-27 02:46:48 +0800 |
commit | f3aa5b2e8981b4cc2d66c584f99375dcb5f9ede0 (patch) | |
tree | 63c60b58cc6d76c7664c606333a9568605427d52 | |
parent | 8092b078092dc819632836d8daf518cabb284828 (diff) | |
download | freebsd-ports-gnome-f3aa5b2e8981b4cc2d66c584f99375dcb5f9ede0.tar.gz freebsd-ports-gnome-f3aa5b2e8981b4cc2d66c584f99375dcb5f9ede0.tar.zst freebsd-ports-gnome-f3aa5b2e8981b4cc2d66c584f99375dcb5f9ede0.zip |
Fix MASTER_SITE
Submitted by: Alex Vasylenko <lxv@omut.org>
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 234635e895b7..3359d7289bfb 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -9,9 +9,7 @@ PORTNAME= samba PORTVERSION= 2.2.5 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ - ftp://samba.anu.edu.au/pub/samba/ \ - ftp://de.samba.org/pub/mirror/samba/ +MASTER_SITES= http://us4.samba.org/samba/ftp/ MAINTAINER= dwcjr@FreeBSD.org |