summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorheinz <heinz>2008-02-05 22:32:34 +0000
committerheinz <heinz>2008-02-05 22:32:34 +0000
commit74a451332c58983e97bf809b44925c3d8629f23b (patch)
treeadee16d638dcfc6c247550ceba8c1564d4f52379 /meta-pkgs
parenta871081c3a96497580564cb6adc62e10cbf39068 (diff)
downloadpkgsrc-74a451332c58983e97bf809b44925c3d8629f23b.tar.gz
Do _not_ preserve user/group attributes while installing.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index 7e206ae9e33..a4dd25cfb40 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -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 @@ do-configure:
.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"