diff options
Diffstat (limited to 'devel/boost-jam/Makefile')
-rw-r--r-- | devel/boost-jam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index d2ebf66f0751..d76495877ab6 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -18,7 +18,9 @@ USES= compiler:c++11-lang WRKSRC_SUBDIR= tools/build/src/engine -.include "${.CURDIR}/../boost-all/common.mk" +.include "${.CURDIR:H}/boost-all/common.mk" + +EXTRACT_AFTER_ARGS=${DISTNAME}/${WRKSRC_SUBDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bjam ${STAGEDIR}${PREFIX}/bin |