diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-07 10:20:50 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-07 10:20:50 +0800 |
commit | 430904c5f675f771dfbc85cf17575aa84c78f4bd (patch) | |
tree | 78da29c7fb3c4ce2dfc84c626d19ac627d87f6a8 /archivers | |
parent | dcc313de9cd00f3f21a1a20ba62fd9767b23571e (diff) | |
download | freebsd-ports-graphics-430904c5f675f771dfbc85cf17575aa84c78f4bd.tar.gz freebsd-ports-graphics-430904c5f675f771dfbc85cf17575aa84c78f4bd.tar.zst freebsd-ports-graphics-430904c5f675f771dfbc85cf17575aa84c78f4bd.zip |
Add two more MASTER_SITES
Notified by: kris
Diffstat (limited to 'archivers')
-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 97a0ba0d80c..631abc03be6 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} |