diff options
author | osa <osa@FreeBSD.org> | 2004-03-11 17:58:04 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-03-11 17:58:04 +0800 |
commit | 0a5fbdae6bd885bc01430cffa9b2d7063e2faef1 (patch) | |
tree | 6e4628baca4bc3deed32f0b8be5362fec1761485 /net/samba-libsmbclient/Makefile | |
parent | f1ae6741c71847221ac0ad98a0513302679daf8e (diff) | |
download | freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.tar.gz freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.tar.zst freebsd-ports-gnome-0a5fbdae6bd885bc01430cffa9b2d7063e2faef1.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
Diffstat (limited to 'net/samba-libsmbclient/Makefile')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 70565172b0d5..7445aed94688 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -8,19 +8,7 @@ PORTNAME= samba PORTVERSION= 3.0.2a CATEGORIES= net -MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ - http://us1.samba.org/samba/ftp/%SUBDIR%/ \ - http://us4.samba.org/samba/ftp/%SUBDIR%/ \ - http://us5.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= . old-versions PKGNAMESUFFIX= -libsmbclient |