summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-05-12 05:47:25 +0000
committertron <tron@pkgsrc.org>2001-05-12 05:47:25 +0000
commit66cde183f07f206bf2193a112b9e0849bba7470d (patch)
treeae7e67a6365ac32f9b40db193d72e0028575ad08 /devel/hdf5/Makefile
parente46dd25a6e0c6115c9212b2ba52a2a637252b2cd (diff)
downloadpkgsrc-66cde183f07f206bf2193a112b9e0849bba7470d.tar.gz
Install "h5tools" library so that the include tools will actually work.
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index 1a63c1a7c68..1b73f4015f1 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/04/30 00:26:20 jtb Exp $
+# $NetBSD: Makefile,v 1.11 2001/05/12 05:47:25 tron Exp $
DISTNAME= hdf5-1.4.1
CATEGORIES= devel
@@ -16,6 +16,10 @@ GNU_CONFIGURE= #defined
USE_LIBTOOL= #defined
LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig
+pre-install:
+ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} \
+ ${WRKSRC}/tools/lib/libh5tools.la ${PREFIX}/lib
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5
${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/README \