diff options
author | adam <adam> | 2011-10-11 10:02:07 +0000 |
---|---|---|
committer | adam <adam> | 2011-10-11 10:02:07 +0000 |
commit | 29d442bbda87a593a1ccbf8001c1fcc4335d4034 (patch) | |
tree | 2efcec80205c7ef17383f675e62940f2782f7b07 /devel/boost-build/Makefile | |
parent | 7ae3eeb105b53d5335396fb39c14c64e798650e0 (diff) | |
download | pkgsrc-29d442bbda87a593a1ccbf8001c1fcc4335d4034.tar.gz |
Changes 1.47.0:
New Libraries
* Chrono: Useful time utilities
* Geometry: Geometry Library
* Phoenix: Define small unnamed function objects at the actual call site, and
more
* Ratio: Compile time rational arithmetic
More: http://www.boost.org/users/history/version_1_47_0.html
Diffstat (limited to 'devel/boost-build/Makefile')
-rw-r--r-- | devel/boost-build/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile index bdc666c40fb..f12f2d58d47 100644 --- a/devel/boost-build/Makefile +++ b/devel/boost-build/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/11/26 20:46:59 adam Exp $ +# $NetBSD: Makefile,v 1.13 2011/10/11 10:02:07 adam Exp $ BOOST_PACKAGE= build BOOST_COMMENT= (Boost.Build framework) @@ -28,6 +28,8 @@ CHECK_INTERPRETER_SKIP+=share/boost-build/test/*.py CHECK_INTERPRETER_SKIP+=share/boost-build/nightly.sh CHECK_INTERPRETER_SKIP+=share/boost-build/roll.sh +INSTALLATION_DIRS+= share/boost-build + .include "toolset.mk" post-extract: @@ -40,7 +42,6 @@ do-build: ${ECHO} 'using ${BOOST_TOOLSET} ;' ; } >${WRKDIR}/site-config.jam do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/boost-build cd ${WRKSRC}/tools/build/v2 && pax -r -w -p pm -s ':^./engine.*$$::' \ -s ':^.*\.orig$$::' . ${DESTDIR}${PREFIX}/share/boost-build ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} |