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 | |
parent | 6fc2bdaceb952f780a5b859a2bb0ec369937ad17 (diff) | |
download | ports-61ca76b3a47441bd36f6c9986c40e9648041e902.tar.gz ports-61ca76b3a47441bd36f6c9986c40e9648041e902.zip |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 6ef7e84ff64e..c21a90ac1cc0 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -9,9 +9,7 @@ PORTNAME= samba PORTVERSION= 2.2.8a PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ - http://us4.samba.org/samba/ftp/%SUBDIR%/ \ - http://us5.samba.org/samba/ftp/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions .if defined(WITH_JAIL) |