diff options
-rw-r--r-- | archivers/lzo2/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 4 | ||||
-rw-r--r-- | archivers/lzo2/pkg-plist | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 4497582ae438..e60dc07ae220 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lzo -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MASTER_SITE_SUBDIR= libs/compression @@ -25,7 +25,7 @@ INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo index 9e758c386450..f16aafc3e7eb 100644 --- a/archivers/lzo2/distinfo +++ b/archivers/lzo2/distinfo @@ -1,2 +1,2 @@ -MD5 (lzo-2.00.tar.gz) = c7b6b2a0aa3b06722afed4bec4f79011 -SIZE (lzo-2.00.tar.gz) = 570678 +MD5 (lzo-2.01.tar.gz) = 0068c3f5a6325323dcdad3a4c52ed51e +SIZE (lzo-2.01.tar.gz) = 591048 diff --git a/archivers/lzo2/pkg-plist b/archivers/lzo2/pkg-plist index 799f6b03979e..7133b1fcb30d 100644 --- a/archivers/lzo2/pkg-plist +++ b/archivers/lzo2/pkg-plist @@ -11,9 +11,9 @@ include/lzo/lzo_asm.h include/lzo/lzoconf.h include/lzo/lzodefs.h include/lzo/lzoutil.h -lib/liblzo.a -lib/liblzo.so -lib/liblzo.so.2 +lib/liblzo2.a +lib/liblzo2.so +lib/liblzo2.so.2 %%PORTDOCS%%%%DOCSDIR%%/LZO.FAQ %%PORTDOCS%%%%DOCSDIR%%/LZO.TXT %%PORTDOCS%%%%DOCSDIR%%/LZOAPI.TXT |