summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-22 21:23:28 +0000
committerrillig <rillig@pkgsrc.org>2006-06-22 21:23:28 +0000
commit9d0e192d84812dff5c5cca51d7aec13da3e93996 (patch)
treefcc2699670466ff2305d6aa58c858eeb48a94bd8 /devel/hdf5/Makefile
parentba68c129fe3a39c65add0beaea23bc87c10dacbd (diff)
downloadpkgsrc-9d0e192d84812dff5c5cca51d7aec13da3e93996.tar.gz
Fixed the path to the documentation files in the chown command in
post-install. Thanks to joerg, who noticed the bug.
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 71b43f09f5f..7e113fd0888 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/06/17 20:36:26 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2006/06/22 21:23:28 rillig Exp $
DISTNAME= hdf5-1.6.5
PKGREVISION= 2
@@ -35,7 +35,7 @@ post-install:
${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/html/hdf5
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/hdf5/html
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"