Change MASTER_SITES mirror to read LOCAL/mandree instead.

Suggested by: sunpoet@
This commit is contained in:
Matthias Andree 2011-05-23 11:34:36 +00:00
parent 844f26ee68
commit 8d8fc7a506
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274506
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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}

View File

@ -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