diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1999-02-10 08:26:02 +0800 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1999-02-10 08:26:02 +0800 |
commit | 47fc0b77c77f9c681bbab8437871bd78d1ffda6d (patch) | |
tree | 03fd547d63c8abb309fdd6b26b0deb5cf94e0c15 /net/samba3 | |
parent | 0d3fad0e087ee4a7801cd42f78f705505400e1c9 (diff) | |
download | freebsd-ports-gnome-47fc0b77c77f9c681bbab8437871bd78d1ffda6d.tar.gz freebsd-ports-gnome-47fc0b77c77f9c681bbab8437871bd78d1ffda6d.tar.zst freebsd-ports-gnome-47fc0b77c77f9c681bbab8437871bd78d1ffda6d.zip |
added mirror sites.
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index f244d17ea2fa..4698d15e2f06 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -3,13 +3,17 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.32 1999/02/09 14:06:51 hosokawa Exp $ +# $Id: Makefile,v 1.33 1999/02/09 15:25:01 hosokawa Exp $ # DISTNAME= samba-2.0.2 #PKGNAME= samba-2.0.2 CATEGORIES= net -MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ \ +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/ \ + ftp://se.samba.org/pub/samba/ \ ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org |