diff options
Diffstat (limited to 'devel/boost-build/Makefile')
-rw-r--r-- | devel/boost-build/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile index 821f460a9af..981a6a3a41a 100644 --- a/devel/boost-build/Makefile +++ b/devel/boost-build/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2007/06/09 07:42:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2008/01/04 19:58:39 jmmv Exp $ # BOOST_PACKAGE= build BOOST_COMMENT= (Boost.Build framework) BOOST_CONFIG= no -PKGREVISION= 2 - .include "../../meta-pkgs/boost/Makefile.common" SUBST_CLASSES+= confdir @@ -34,6 +32,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/boost-build cd ${WRKSRC}/tools/build/v2 && ${PAX} -rw -pp -pm . \ ${PREFIX}/share/boost-build + find ${PREFIX}/share/boost-build -name "*.orig" -exec rm "{}" \; ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKDIR}/site-config.jam ${EGDIR} |