summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2016-09-14 20:29:56 +0000
committeralnsn <alnsn@pkgsrc.org>2016-09-14 20:29:56 +0000
commit97f9ee2e605e0f9e51a717ba7b4881d912b5c9c8 (patch)
tree9a6b77c106966fdc8919491e40cce203ed9d7342 /devel
parentaf951b0df9cd31a8091e17301852b5409da278bf (diff)
downloadpkgsrc-97f9ee2e605e0f9e51a717ba7b4881d912b5c9c8.tar.gz
Install missing header file.
Contributed by Jason Bacon, many thanks!
Diffstat (limited to 'devel')
-rw-r--r--devel/hdf5-c++/Makefile4
-rw-r--r--devel/hdf5-c++/PLIST3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hdf5-c++/Makefile b/devel/hdf5-c++/Makefile
index e92f7f8fa42..0b476e3be34 100644
--- a/devel/hdf5-c++/Makefile
+++ b/devel/hdf5-c++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/26 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/14 20:29:56 alnsn Exp $
PKGNAME= ${DISTNAME:S/-/-c++-/}
COMMENT= Hierarchical Data Format (new generation) - C++ wrappers
@@ -23,7 +23,7 @@ do-install:
H5DataSpace.h H5DataType.h H5DcreatProp.h H5DxferProp.h H5EnumType.h \
H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h H5FloatType.h \
H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5Library.h \
- H5Location.h \
+ H5Location.h H5OcreatProp.h \
H5Object.h H5PredType.h H5PropList.h H5StrType.h H5VarLenType.h
${INSTALL_DATA} ${WRKSRC}/c++/src/${f} ${DESTDIR}/${PREFIX}/include/
.endfor
diff --git a/devel/hdf5-c++/PLIST b/devel/hdf5-c++/PLIST
index 963b36861d5..2f224a077fe 100644
--- a/devel/hdf5-c++/PLIST
+++ b/devel/hdf5-c++/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/08/24 17:58:34 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/09/14 20:29:56 alnsn Exp $
bin/h5c++
include/H5AbstractDs.h
include/H5ArrayType.h
@@ -26,6 +26,7 @@ include/H5Include.h
include/H5IntType.h
include/H5Library.h
include/H5Location.h
+include/H5OcreatProp.h
include/H5Object.h
include/H5PacketTable.h
include/H5PredType.h