From 6c007d0309363d4be81c161d0fd2587e1924fdbf Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Jun 2004 01:36:19 +0000 Subject: Fix permissions of include files too. --- devel/boost/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 1f0c5ea3716..b9eb2213865 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/06/06 23:51:36 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/06/07 01:36:19 tv Exp $ # COMMENT= Free, portable libraries that integrate with the ISO C++ Stdlib @@ -31,8 +31,9 @@ do-install: -s':^libs/.*/test$$::' \ -s':^libs/.*/test/.*$$::' \ *.gif *.css *.htm libs more ${HTMLDIR} - ${FIND} ${HTMLDIR} -type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} - ${FIND} ${HTMLDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} - ${FIND} ${PREFIX}/include/boost-1_31 -type f -print | ${XARGS} ${TOUCH} + ${FIND} ${HTMLDIR} ${PREFIX}/include/boost-1_31 \ + -type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + ${FIND} ${HTMLDIR} ${PREFIX}/include/boost-1_31 \ + -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3