summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-02-05 22:50:40 +0000
committerheinz <heinz@pkgsrc.org>2008-02-05 22:50:40 +0000
commit791d2a633580d4b2c20f61a50df5ecee6f5c1169 (patch)
treee3b7b1394272735b3fb589293ac6f762f2e32267 /devel
parent5157bee58d6771d49e6449093be4dce517044a4d (diff)
downloadpkgsrc-791d2a633580d4b2c20f61a50df5ecee6f5c1169.tar.gz
Let pax do the work of removing original files (*.orig).
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-build/Makefile8
1 files changed, 4 insertions, 4 deletions
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}