pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost Do _not_ preserve user/group attribute...
details: https://anonhg.NetBSD.org/pkgsrc/rev/339c091b6825
branches: trunk
changeset: 538319:339c091b6825
user: heinz <heinz%pkgsrc.org@localhost>
date: Tue Feb 05 22:32:34 2008 +0000
description:
Do _not_ preserve user/group attributes while installing.
diffstat:
meta-pkgs/boost/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r d765c0d57503 -r 339c091b6825 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common Tue Feb 05 22:11:16 2008 +0000
+++ b/meta-pkgs/boost/Makefile.common Tue Feb 05 22:32:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2008/01/04 19:58:41 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/02/05 22:32:34 heinz Exp $
#
BOOST_PACKAGE?= undefined
@@ -55,6 +55,6 @@
.endif
boost-install-libs:
- cd ${WRKSRC}/stage/lib && ${PAX} -rwpe libboost* ${PREFIX}/lib
+ cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${PREFIX}/lib
.endif # ${BOOST_PACKAGE} == "meta-pkg"
Home |
Main Index |
Thread Index |
Old Index