diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-29 07:32:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-29 07:32:09 +0000 |
commit | 83bf6d0dbc05edd83cdf36b06c612a138dd4fe5a (patch) | |
tree | b56ff3d961805fc1195e69810521e2cf70c14b68 /archivers | |
parent | df018b208c860b6d332722a0d4fe7f024adae7ba (diff) | |
download | ports-83bf6d0dbc05edd83cdf36b06c612a138dd4fe5a.tar.gz ports-83bf6d0dbc05edd83cdf36b06c612a138dd4fe5a.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 974fdedf8a03..8049f0627f80 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= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library USE_LIBTOOL_VER= 15 diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index e60dc07ae220..97f5b6d3a73d 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -5,19 +5,16 @@ # $FreeBSD$ # -PORTNAME= lzo +PORTNAME= lzo2 PORTVERSION= 2.01 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MASTER_SITE_SUBDIR= libs/compression +DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= matthias.andree@gmx.de COMMENT= Portable speedy, lossless data compression library -LATEST_LINK= lzo2 - -CONFLICTS= lzo-1.* - USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared |