From c787d3017f885c15d0935881d6153ac7b93e1556 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 5 Feb 2008 22:50:40 +0000 Subject: Let pax do the work of removing original files (*.orig). --- devel/boost-build/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/boost-build/Makefile') diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile index cea837d22dc..15936c08fd6 100644 --- a/devel/boost-build/Makefile +++ b/devel/boost-build/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/02/05 22:44:18 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2008/02/05 22:50:40 heinz Exp $ # BOOST_PACKAGE= build @@ -18,7 +18,7 @@ CONF_FILES= ${EGDIR}/site-config.jam \ ${PKG_SYSCONFDIR}/site-config.jam # contains /usr/bin/python -CHECK_INTERPRETER_SKIP= share/boost-build/example/customization/inline_file.py +CHECK_INTERPRETER_SKIP= share/boost-build/example/customization/inline_file.py CHECK_INTERPRETER_SKIP+=share/boost-build/tools/doxproc.py CHECK_INTERPRETER_SKIP+=share/boost-build/test/*.py # contains /bin/bash @@ -38,8 +38,8 @@ do-build: do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/boost-build - cd ${WRKSRC}/tools/build/v2 && ${PAX} -rw -pp -pm . \ - ${PREFIX}/share/boost-build + cd ${WRKSRC}/tools/build/v2 && ${PAX} -rw -pp -pm \ + -s ':^.*\.orig$$::' . ${PREFIX}/share/boost-build find ${PREFIX}/share/boost-build -name "*.orig" -exec rm "{}" \; ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKDIR}/site-config.jam ${EGDIR} -- cgit v1.2.3