diff options
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r-- | devel/hdf5/Makefile | 6 |
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 \ |