diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 11:34:36 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 11:34:36 +0000 |
commit | 8d8fc7a506ab26fe37ee1fa00eb102266c45c6a9 (patch) | |
tree | a5258f0a3f62de0078c8fd1bd97ff811fa3f4e5d /archivers | |
parent | 844f26ee68b79cdf1f4e468229c40958bf00067a (diff) | |
download | ports-8d8fc7a506ab26fe37ee1fa00eb102266c45c6a9.tar.gz ports-8d8fc7a506ab26fe37ee1fa00eb102266c45c6a9.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 2 |
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 |