diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-01-18 17:28:29 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-01-18 17:28:29 +0800 |
commit | 5757a863ef25685088c5838f951ce9672ee64e2b (patch) | |
tree | 49f24c399e3d08f04373307fbfc4b258a5d80908 /net/samba3 | |
parent | 2a6b82f4c54d536177011813595cbea08fd0b9a9 (diff) | |
download | freebsd-ports-gnome-5757a863ef25685088c5838f951ce9672ee64e2b.tar.gz freebsd-ports-gnome-5757a863ef25685088c5838f951ce9672ee64e2b.tar.zst freebsd-ports-gnome-5757a863ef25685088c5838f951ce9672ee64e2b.zip |
Add one more MASTER_SITE.
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 979fd72839a6..4325879fe6f2 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -3,13 +3,14 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.28 1999/01/12 18:25:32 scrappy Exp $ +# $Id: Makefile,v 1.29 1999/01/18 02:34:03 hosokawa Exp $ # DISTNAME= samba-2.0.0 #PKGNAME= samba-2.0.0 CATEGORIES= net -MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ +MASTER_SITES= ftp://ftp.bitcon.no/.7/unix/networking/samba/ \ + ftp://samba.anu.edu.au/pub/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org |