diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 03:19:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 03:19:17 +0000 |
commit | 7ea12ec492a6a9f7a4ef056275c8b450dfe56546 (patch) | |
tree | 3b7dfcc6c5d593f6927f12d1e28adb214f158f44 /devel/boost-jam | |
parent | 47fa642433aa4d5becf6748ef5fbce2bf843b131 (diff) | |
download | ports-7ea12ec492a6a9f7a4ef056275c8b450dfe56546.tar.gz ports-7ea12ec492a6a9f7a4ef056275c8b450dfe56546.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=342378
Diffstat (limited to 'devel/boost-jam')
-rw-r--r-- | devel/boost-jam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index 09a1e4ec49ce..e894b05991d5 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -10,7 +10,6 @@ PLIST_FILES= bin/bjam EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine -NO_STAGE= yes .include "${.CURDIR}/../boost-all/common.mk" do-build: @@ -18,8 +17,8 @@ do-build: ${MAKE_ENV} ./build.sh ${CC} do-install: - ${MKDIR} ${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \ - ${PREFIX}/bin/ + ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |