diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-11-23 16:46:05 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-11-23 16:46:05 +0000 |
commit | 129765b7b3605664912c554e9859271444aa7430 (patch) | |
tree | ee65e14778611341529a92b6cd531aead21ab793 /net/samba/Makefile | |
parent | a54570a5cbb671e25634c3bfe9a2ec61d16f63f3 (diff) |
Notes
Diffstat (limited to 'net/samba/Makefile')
-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/} |