diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-13 19:57:36 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-13 19:57:36 +0800 |
commit | c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2 (patch) | |
tree | 1a5c5a34097822a67d11c3c8836a93e793a08e87 /archivers | |
parent | d3443ad1a8a70b28dbccddae1be8d00d60ee58c8 (diff) | |
download | freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.gz freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.zst freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.zip |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
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. |