diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 02:20:50 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 02:20:50 +0000 |
commit | 7b2621b248d9ecbc055af95c93404e1ed70ae151 (patch) | |
tree | d1f67162e465dfdbdce3aed6491e309c44dded9d /archivers/lzo2 | |
parent | 5da2ce37287f4a10afab32052926e3b63d3e0385 (diff) | |
download | ports-7b2621b248d9ecbc055af95c93404e1ed70ae151.tar.gz ports-7b2621b248d9ecbc055af95c93404e1ed70ae151.zip |
Notes
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 97a0ba0d80c9..631abc03be69 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -8,7 +8,9 @@ PORTNAME= lzo2 PORTVERSION= 2.02 CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ + http://fresh.t-systems-sfr.com/unix/src/misc/ \ + http://ftp.uni-koeln.de/util/arc/ MASTER_SITE_SUBDIR= libs/compression DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} |