diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2010-06-13 11:57:36 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2010-06-13 11:57:36 +0000 |
commit | d00f8a61b2835c03e95e3708412651c7cfe2b913 (patch) | |
tree | cd1b026afaa72588eff10f32964d6c9daa6024dd /archivers/lzo2 | |
parent | 2aea620cc1a54d70e5d850389da23e98848f7838 (diff) | |
download | ports-d00f8a61b2835c03e95e3708412651c7cfe2b913.tar.gz ports-d00f8a61b2835c03e95e3708412651c7cfe2b913.zip |
Notes
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |