summaryrefslogtreecommitdiff
path: root/devel/hdf5-c++
diff options
context:
space:
mode:
authorgdt <gdt>2015-08-24 17:58:34 +0000
committergdt <gdt>2015-08-24 17:58:34 +0000
commit5d638783763dbca4c6b5bb2e5719c4ea6a842ae3 (patch)
tree3ce850f199918c8885f6113725e92ed96df3c0f4 /devel/hdf5-c++
parenta62343cbe4d995b0438e068c13cf126cbd09dce8 (diff)
downloadpkgsrc-5d638783763dbca4c6b5bb2e5719c4ea6a842ae3.tar.gz
Add missing include file (install and PLIST).
Reported by Jason Bacon via pkgsrc-users@.
Diffstat (limited to 'devel/hdf5-c++')
-rw-r--r--devel/hdf5-c++/Makefile4
-rw-r--r--devel/hdf5-c++/PLIST3
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/hdf5-c++/Makefile b/devel/hdf5-c++/Makefile
index 7c643d24c69..8f28aab204e 100644
--- a/devel/hdf5-c++/Makefile
+++ b/devel/hdf5-c++/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2013/09/01 09:56:41 adam Exp $
+# $NetBSD: Makefile,v 1.4 2015/08/24 17:58:34 gdt Exp $
PKGNAME= ${DISTNAME:S/-/-c++-/}
+PKGREVISION= 1
COMMENT= Hierarchical Data Format (new generation) - C++ wrappers
USE_LANGUAGES= c c++
@@ -23,6 +24,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 \
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 0513514ca05..963b36861d5 100644
--- a/devel/hdf5-c++/PLIST
+++ b/devel/hdf5-c++/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/09/01 09:56:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/08/24 17:58:34 gdt Exp $
bin/h5c++
include/H5AbstractDs.h
include/H5ArrayType.h
@@ -25,6 +25,7 @@ include/H5IdComponent.h
include/H5Include.h
include/H5IntType.h
include/H5Library.h
+include/H5Location.h
include/H5Object.h
include/H5PacketTable.h
include/H5PredType.h