aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-05-23 19:34:36 +0800
committermandree <mandree@FreeBSD.org>2011-05-23 19:34:36 +0800
commit7b6d03d97e77985f188fa38048ec600e153637a1 (patch)
tree41f42bd3863cd0dc249485aa72ac7189003789c8
parent2d0c3df62e563f9c82f8b12c3871315bd9a13832 (diff)
downloadfreebsd-ports-gnome-7b6d03d97e77985f188fa38048ec600e153637a1.tar.gz
freebsd-ports-gnome-7b6d03d97e77985f188fa38048ec600e153637a1.tar.zst
freebsd-ports-gnome-7b6d03d97e77985f188fa38048ec600e153637a1.zip
Change MASTER_SITES mirror to read LOCAL/mandree instead.
Suggested by: sunpoet@
-rw-r--r--archivers/lzo/Makefile2
-rw-r--r--archivers/lzo2/Makefile2
-rw-r--r--archivers/lzop/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile
index 89e0ed256df3..c40d6a47cbd8 100644
--- a/archivers/lzo/Makefile
+++ b/archivers/lzo/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ \
- ${MASTER_SITE_LOCAL:S,$,mandree/,}
+ LOCAL/mandree
MAINTAINER= mandree@FreeBSD.org
COMMENT= Portable speedy, lossless data compression library
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index 0bb482c558d9..81b17a9f5df2 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -9,7 +9,7 @@ PORTNAME= lzo2
PORTVERSION= 2.05
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
- ${MASTER_SITE_LOCAL:S,$,mandree/,}
+ LOCAL/mandree
DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 507189d4e11f..8cb39530be52 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/ \
- ${MASTER_SITE_LOCAL:S,$,mandree/,}
+ LOCAL/mandree
MAINTAINER= mandree@FreeBSD.org
COMMENT= Fast file compressor similar to gzip, using the LZO library