summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index 466ef5ae819..992fa5a26c2 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2012/07/02 07:02:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2012/08/02 09:08:41 fhajny Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -90,6 +90,7 @@ do-configure:
.endif
boost-install-libs:
+ ${INSTALL_LIB_DIR} ${DESTDIR}${PREFIX}/lib
cd ${WRKSRC}/stage/lib && pax -rw -p p libboost* ${DESTDIR}${PREFIX}/lib
.endif # ${BOOST_PACKAGE} == "meta-pkg"