pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost Fix permissions of include files too.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7ddf6eb55f6
branches: trunk
changeset: 476344:c7ddf6eb55f6
user: tv <tv%pkgsrc.org@localhost>
date: Mon Jun 07 01:36:19 2004 +0000
description:
Fix permissions of include files too.
diffstat:
devel/boost/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 024289a2dcb4 -r c7ddf6eb55f6 devel/boost/Makefile
--- a/devel/boost/Makefile Mon Jun 07 01:34:25 2004 +0000
+++ b/devel/boost/Makefile Mon Jun 07 01:36:19 2004 +0000
@@ -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 @@
-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"
Home |
Main Index |
Thread Index |
Old Index