summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index daaaa206c80..1a63c1a7c68 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2001/04/14 21:43:42 jtb Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/30 00:26:20 jtb Exp $
-DISTNAME= hdf5-1.4.0
+DISTNAME= hdf5-1.4.1
CATEGORIES= devel
MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.0/src/ \
- ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/
+ ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/ \
+ http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
@@ -21,7 +22,7 @@ post-install:
${WRKSRC}/RELEASE.txt ${PREFIX}/share/doc/hdf5
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/doc/html/
- (cd ${WRKSRC}/doc/html; ${GTAR} cf - . ) | \
- (cd ${PREFIX}/share/doc/html/hdf5/; ${GTAR} xf - )
+ (cd ${WRKSRC}/doc/html; ${GTAR} cpf - . ) | \
+ (cd ${PREFIX}/share/doc/html/hdf5/; ${GTAR} xpf - )
.include "../../mk/bsd.pkg.mk"