summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2006-01-04 06:05:44 +0000
committerrecht <recht@pkgsrc.org>2006-01-04 06:05:44 +0000
commitdebc1eed9b2cb5a4253abee738187b33bd14439c (patch)
tree54e67bbde21a0690f52a9904872e903819b871dd /devel/hdf5/Makefile
parent4db269b01e7e6f1f452060c774a92d491bd677a5 (diff)
downloadpkgsrc-debc1eed9b2cb5a4253abee738187b33bd14439c.tar.gz
Addd optional support for thread safety and C++ with the options:
cxx threads
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index 13c95f95132..aa32fced1af 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/11/29 10:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.32 2006/01/04 06:05:44 recht Exp $
DISTNAME= hdf5-1.6.5
CATEGORIES= devel
@@ -29,7 +29,7 @@ post-install:
release_docs/RELEASE.txt ${PREFIX}/share/doc/hdf5
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
# avoid installing the Makefile and Makefile.in's They are not needed
- cd ${WRKSRC}/doc/html && ${PAX} -s '/.*Makefile.*//' -rw . ${PREFIX}/share/doc/html/hdf5
+ cd ${WRKSRC}/doc/html && ${PAX} -s '/.*Makefile.*//' -rwpm . ${PREFIX}/share/doc/html/hdf5
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/html/hdf5
${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/html/hdf5