From 9d0e192d84812dff5c5cca51d7aec13da3e93996 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 22 Jun 2006 21:23:28 +0000 Subject: Fixed the path to the documentation files in the chown command in post-install. Thanks to joerg, who noticed the bug. --- devel/hdf5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/hdf5/Makefile') 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" -- cgit v1.2.3