diff options
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 d7a8807bbe01..ca7adf4b1c3f 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -13,7 +13,7 @@ CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ MASTER_SITE_SUBDIR= libs/compression -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool:22 diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 3a7407165779..28e5210de585 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ MASTER_SITE_SUBDIR= libs/compression DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool:22 diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index cb5541ae316c..fdfe6bbe259a 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 1.02rc1 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library # prefer lzo2 if it is already installed or if no lzo is installed. |