diff options
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile | 4 |
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" |