summaryrefslogtreecommitdiff
path: root/devel/hdf5-c++/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-08-24 17:58:34 +0000
committergdt <gdt@pkgsrc.org>2015-08-24 17:58:34 +0000
commitfe553b6239710d024adcdcd498623dd3a486de27 (patch)
tree3ce850f199918c8885f6113725e92ed96df3c0f4 /devel/hdf5-c++/Makefile
parentaf1ed59f462fe49825236c4b6343796b51b6a909 (diff)
downloadpkgsrc-fe553b6239710d024adcdcd498623dd3a486de27.tar.gz
Add missing include file (install and PLIST).
Reported by Jason Bacon via pkgsrc-users@.
Diffstat (limited to 'devel/hdf5-c++/Makefile')
-rw-r--r--devel/hdf5-c++/Makefile4
1 files changed, 3 insertions, 1 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