diff options
author | wiz <wiz> | 2013-07-04 19:31:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-04 19:31:10 +0000 |
commit | 33f7ad131d09d3be4fc684488e45957ea8218997 (patch) | |
tree | 7d675f578678581f146817129845d0836295d173 | |
parent | e4a2629f0fee19bd82c8b08d47e169a052198cbf (diff) | |
download | pkgsrc-33f7ad131d09d3be4fc684488e45957ea8218997.tar.gz |
Fix URL.
-rw-r--r-- | net/samba/Makefile.mirrors | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile.mirrors b/net/samba/Makefile.mirrors index 7c900e5bbc5..698a83165a9 100644 --- a/net/samba/Makefile.mirrors +++ b/net/samba/Makefile.mirrors @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mirrors,v 1.9 2012/01/29 22:05:38 taca Exp $ +# $NetBSD: Makefile.mirrors,v 1.10 2013/07/04 19:31:10 wiz Exp $ # # This Makefile fragment contains the mirror sites for fetching Samba. @@ -25,4 +25,4 @@ SAMBA_MIRRORS= \ ftp://ftp.oss.eznetsols.org/samba/ \ ftp://us5.samba.org/pub/samba-ftp/ \ ftp://download.samba.org/pub/samba/ \ - http://download.samba.org/samba/ftp/ + http://www.samba.org/samba/ftp/ |