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/samba-libsmbclient | |
parent | 6fc2bdaceb952f780a5b859a2bb0ec369937ad17 (diff) |
Notes
Diffstat (limited to 'net/samba-libsmbclient')
-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 |