diff options
author | tron <tron@pkgsrc.org> | 2002-02-04 21:33:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-02-04 21:33:19 +0000 |
commit | bf2e995df22cb952e8b29c434655692f76090d71 (patch) | |
tree | 9a0ad2769064f800193337c635e3fa1167523457 | |
parent | 3dac061722b226b96238eb7b672e847782bbfff5 (diff) | |
download | pkgsrc-bf2e995df22cb952e8b29c434655692f76090d71.tar.gz |
Use HTTP for german mirror because FTP doesn't work.
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index a6117d5bc5f..b2700faaf31 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2002/02/04 10:31:49 martti Exp $ +# $NetBSD: Makefile,v 1.77 2002/02/04 21:33:19 tron Exp $ DISTNAME= samba-2.2.3 WRKSRC= ${WRKDIR}/${DISTNAME}/source @@ -6,7 +6,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ - ftp://de.samba.org/pub/mirror/samba/ \ + http://de.samba.org/samba/ftp/ \ ftp://se.samba.org/pub/samba/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/ |