diff options
author | adam <adam@pkgsrc.org> | 2008-09-11 10:27:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-09-11 10:27:52 +0000 |
commit | ed5c3b409af2c549e55338adb2d9f66c6df7a392 (patch) | |
tree | 9147ebc379b17ec9d19322142eebb488b715e1ba /devel/hdf5/Makefile | |
parent | ad772600dabf57b18df6de98032988f26a2515ca (diff) | |
download | pkgsrc-ed5c3b409af2c549e55338adb2d9f66c6df7a392.tar.gz |
Changes 1.6.7:
* Bug fixes
* Improvements
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r-- | devel/hdf5/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index 4634fb675b4..9f6ec4878d3 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.40 2008/05/26 02:13:17 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2008/09/11 10:27:52 adam Exp $ -DISTNAME= hdf5-1.6.6 +DISTNAME= hdf5-1.6.7 CATEGORIES= devel -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ +MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/ COMMENT= Hierarchical Data Format (new generation) -DIST_SUBDIR= ${PKGNAME_NOREV} USE_LIBTOOL= yes USE_TOOLS+= pax tr GNU_CONFIGURE= yes TEST_TARGET= check -#CONFIGURE_ARGS+= --disable-production --enable-debug # it appears that this file is informative only and is not actually # used by any installed tools @@ -21,7 +19,9 @@ CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings .include "options.mk" -INSTALL_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} +INSTALL_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} +INSTALLATION_DIRS+= share/doc/hdf5 +INSTALLATION_DIRS+= share/doc/hdf5/html post-extract: ${CP} ${WRKSRC}/config/freebsd ${WRKSRC}/config/netbsd @@ -30,10 +30,8 @@ post-extract: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5cc ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5redeploy.in ${PREFIX}/bin/h5redeploy - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5 cd ${WRKSRC} && ${INSTALL_DATA} COPYING release_docs/HISTORY.txt \ release_docs/RELEASE.txt ${PREFIX}/share/doc/hdf5 - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/html # avoid installing the Makefile and Makefile.in's They are not needed cd ${WRKSRC}/doc/html && pax -s '/.*Makefile.*//' -rwpm . ${PREFIX}/share/doc/hdf5/html ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/hdf5/html |