aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/liblzxcomp
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2005-02-28 20:01:09 +0800
committerskv <skv@FreeBSD.org>2005-02-28 20:01:09 +0800
commitf9590225e8c9aea92f57fabf587711074679dfbb (patch)
tree27197bce49308b078572d144d06d8f6f21a53d76 /archivers/liblzxcomp
parent24b6d43119f12e82602c0db7c095be8697351729 (diff)
downloadfreebsd-ports-gnome-f9590225e8c9aea92f57fabf587711074679dfbb.tar.gz
freebsd-ports-gnome-f9590225e8c9aea92f57fabf587711074679dfbb.tar.zst
freebsd-ports-gnome-f9590225e8c9aea92f57fabf587711074679dfbb.zip
Install lzx_constants.h too.
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%%