diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-10 17:24:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-10 17:24:33 +0000 |
commit | d17c12dd8dd8d0cf5eca3b1e74242dc69bb3ba1b (patch) | |
tree | 0561c3f7f70e3d4f7d8657b1561d7e5c6b53265c /archivers/lzo | |
parent | ee0a587195847acaa9b4cf2883ab01768a007610 (diff) |
Add more MASTER_SITES.
PR: ports/9037
Submitted by: josh@quick.net
Notes
Notes:
svn path=/head/; revision=15256
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index c98e7d54ab98..14758e7d8589 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -3,13 +3,16 @@ # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/12/01 23:11:12 billf Exp $ +# $Id: Makefile,v 1.2 1998/12/01 23:12:55 billf Exp $ # DISTNAME= lzo-1.04 CATEGORIES= archivers devel -MASTER_SITES= ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/libs/ \ +MASTER_SITES= ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \ + ftp://ftp.uni-koeln.de/util/arc/ \ + ftp://ftp.rhrz.uni-bonn.de/pub-koeln/util/arc/ \ + ftp://ftp.all.de/pub/unix/tools/archivers/lzo/ \ + ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/lzo/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=libs/compression |