diff options
author | dt <dt@FreeBSD.org> | 1998-07-07 19:17:15 +0000 |
---|---|---|
committer | dt <dt@FreeBSD.org> | 1998-07-07 19:17:15 +0000 |
commit | 4314ed296fd2d3b8418f9a9f9dbe3aad256b972e (patch) | |
tree | 9765cc8e0a56683e94bb25f48321985ef341216a /net | |
parent | 177b832afd22e6c95682fda0cc177166f055ce15 (diff) | |
download | FreeBSD-ports-4314ed296fd2d3b8418f9a9f9dbe3aad256b972e.zip FreeBSD-ports-4314ed296fd2d3b8418f9a9f9dbe3aad256b972e.tar.gz |
Fix URL in MASTER_SITES. Add 2 mirrors.
Pointed out by: the ports survey
Diffstat (limited to 'net')
-rw-r--r-- | net/sharity-light/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/sharity-light/Makefile b/net/sharity-light/Makefile index 678edf1..9b32f10 100644 --- a/net/sharity-light/Makefile +++ b/net/sharity-light/Makefile @@ -3,13 +3,15 @@ # Date created: 14 June 1997 # Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> # -# $Id: Makefile,v 1.4 1998/06/24 18:01:16 dt Exp $ +# $Id: Makefile,v 1.5 1998/07/06 19:32:04 dt Exp $ # DISTNAME= Sharity-Light.1.0.s PKGNAME= sharity-light-1.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.obdev.at/pub/Products/SharityLight +MASTER_SITES= ftp://ftp.obdev.at/pub/Products/Sharity-Light/ \ + ftp://ftp.rhrz.uni-bonn.de/pub-koeln/net/samba/ \ + ftp://ftp.warpnet.ro/mirrors/ftp.obdev.at/pub/Products/Sharity-Light/ MAINTAINER= dt@FreeBSD.ORG |