diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 09:58:04 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 09:58:04 +0000 |
commit | 61ca76b3a47441bd36f6c9986c40e9648041e902 (patch) | |
tree | ad43d67beafdd410b979206f30f8b9801327f577 /net/samba3/Makefile | |
parent | 6fc2bdaceb952f780a5b859a2bb0ec369937ad17 (diff) | |
download | ports-61ca76b3a47441bd36f6c9986c40e9648041e902.tar.gz ports-61ca76b3a47441bd36f6c9986c40e9648041e902.zip |
Add MASTER_SITE_SAMBA for samba official mirrors.
Utilize MASTER_SITE_SAMBA for SMB-specific ports.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
PR: 63861
Notes
Notes:
svn path=/head/; revision=103623
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index d4fe86947e94..4ca474200520 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -10,18 +10,7 @@ PORTVERSION= 3.0.2.a PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://us1.samba.org/samba/ftp/%SUBDIR%/ \ - http://us3.samba.org/samba/ftp/%SUBDIR%/ \ - http://us4.samba.org/samba/ftp/%SUBDIR%/ \ - ftp://ca.samba.org/%SUBDIR%/ \ - ftp://de.samba.org/samba.org/%SUBDIR%/ \ - ftp://ftp.k2.net/mirrors/samba/%SUBDIR%/ \ - ftp://ftp.oss.eznetsols.org/samba/%SUBDIR%/ \ - ftp://gd.tuwien.ac.at/infosys/servers/samba/%SUBDIR%/ \ - ftp://giswitch.sggw.waw.pl/pub/unix/samba/%SUBDIR%/ \ - ftp://ru.samba.org/pub/samba/%SUBDIR%/ \ - ftp://tr.samba.org/samba/%SUBDIR%/ \ - http://sambafr.idealx.org/samba/ftp/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . rc DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:S/.a/a/} |