diff options
-rw-r--r-- | archivers/lzo/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 92a23dc21eb7..82a62b14326a 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -11,8 +11,7 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ \ - http://ftp.uni-koeln.de/util/arc/ -MASTER_SITE_SUBDIR= libs/compression + ${MASTER_SITE_LOCAL:S,$,mandree/,} MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index c90ecda2b792..0bb482c558d9 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -9,8 +9,8 @@ PORTNAME= lzo2 PORTVERSION= 2.05 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ - http://ftp.uni-koeln.de/util/arc/ -MASTER_SITE_SUBDIR= libs/compression + ${MASTER_SITE_LOCAL:S,$,mandree/,} + DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= mandree@FreeBSD.org diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index b1bb99bf2743..507189d4e11f 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -9,7 +9,7 @@ PORTNAME= lzop DISTVERSION= 1.03 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ \ - http://ftp.uni-koeln.de/util/arc/ + ${MASTER_SITE_LOCAL:S,$,mandree/,} MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library |