pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdf5 Fixed the path to the documentation files i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c17e3c58c56b
branches: trunk
changeset: 515047:c17e3c58c56b
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jun 22 21:23:28 2006 +0000
description:
Fixed the path to the documentation files in the chown command in
post-install. Thanks to joerg, who noticed the bug.
diffstat:
devel/hdf5/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd5bbf44ffa9 -r c17e3c58c56b devel/hdf5/Makefile
--- a/devel/hdf5/Makefile Thu Jun 22 20:45:48 2006 +0000
+++ b/devel/hdf5/Makefile Thu Jun 22 21:23:28 2006 +0000
@@ -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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index