diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-11 01:24:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-11 01:24:33 +0800 |
commit | 338a9dd6f724a93f51928c02deb6c163ab3782de (patch) | |
tree | d3cd4736c684d327cb76be52be0f73e0b446c311 /archivers/lzo2 | |
parent | 4fb4f50daa68a6ab4c40a8287e2cb9cebf7e27f9 (diff) | |
download | freebsd-ports-gnome-338a9dd6f724a93f51928c02deb6c163ab3782de.tar.gz freebsd-ports-gnome-338a9dd6f724a93f51928c02deb6c163ab3782de.tar.zst freebsd-ports-gnome-338a9dd6f724a93f51928c02deb6c163ab3782de.zip |
Add more MASTER_SITES.
PR: ports/9037
Submitted by: josh@quick.net
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index c98e7d54ab98..14758e7d8589 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/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 |