diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-11-24 00:46:05 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-11-24 00:46:05 +0800 |
commit | 28e4e9b433c5abbc01128f87cfa1d4ba11b3d50a (patch) | |
tree | a23a910a22a4813101bdaac9988886cd5ba7e0c2 /net | |
parent | fdc23553578de33f1decfa6691548b3bde9ab76c (diff) | |
download | freebsd-ports-gnome-28e4e9b433c5abbc01128f87cfa1d4ba11b3d50a.tar.gz freebsd-ports-gnome-28e4e9b433c5abbc01128f87cfa1d4ba11b3d50a.tar.zst freebsd-ports-gnome-28e4e9b433c5abbc01128f87cfa1d4ba11b3d50a.zip |
Add some more MASTER_SITES
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 3322893c335a..05435ec12af6 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -8,7 +8,9 @@ PORTNAME= samba PORTVERSION= 2.2.7 CATEGORIES= net -MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ +MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ + http://us4.samba.org/samba/ftp/%SUBDIR%/ \ + http://us5.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} |