summaryrefslogtreecommitdiff
path: root/archivers/liblzxcomp
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-02-28 12:01:09 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-02-28 12:01:09 +0000
commitd37aec903746b40c188586e2b8b8964fed702501 (patch)
treeb67039452c7894525c64255a0ade10155814e974 /archivers/liblzxcomp
parent- Update to 1.0.5. (diff)
Install lzx_constants.h too.
Notes
Notes: svn path=/head/; revision=130005
Diffstat (limited to 'archivers/liblzxcomp')
-rw-r--r--archivers/liblzxcomp/Makefile2
-rw-r--r--archivers/liblzxcomp/files/Makefile2
-rw-r--r--archivers/liblzxcomp/pkg-plist1
3 files changed, 3 insertions, 2 deletions
diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile
index 2cae2f7675e2..bdaba46c18b1 100644
--- a/archivers/liblzxcomp/Makefile
+++ b/archivers/liblzxcomp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= liblzxcomp
-PORTVERSION= 20020618
+PORTVERSION= 20020619
CATEGORIES= archivers
MASTER_SITES= http://www.speakeasy.org/~russotto/chm/
DISTNAME= lzx_compress
diff --git a/archivers/liblzxcomp/files/Makefile b/archivers/liblzxcomp/files/Makefile
index b6e7b66246a7..568ef24a7db9 100644
--- a/archivers/liblzxcomp/files/Makefile
+++ b/archivers/liblzxcomp/files/Makefile
@@ -2,7 +2,7 @@
LIB = lzxcomp
SRCS= lz_nonslide.c lzx_layer.c
-INCS= lzx_compress.h
+INCS= lzx_compress.h lzx_constants.h
COPTS= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE
LDADD= -lm
diff --git a/archivers/liblzxcomp/pkg-plist b/archivers/liblzxcomp/pkg-plist
index bcae5dc2dce6..9f1635ba902a 100644
--- a/archivers/liblzxcomp/pkg-plist
+++ b/archivers/liblzxcomp/pkg-plist
@@ -1,4 +1,5 @@
include/lzx_compress.h
+include/lzx_constants.h
lib/liblzxcomp.a
lib/liblzxcomp.so
lib/liblzxcomp.so.%%SHLIB_MAJOR%%