pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-build Let pax do the work of removing orig...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7cfa443b9cc8
branches: trunk
changeset: 538323:7cfa443b9cc8
user: heinz <heinz%pkgsrc.org@localhost>
date: Tue Feb 05 22:50:40 2008 +0000
description:
Let pax do the work of removing original files (*.orig).
diffstat:
devel/boost-build/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 098ecb7d1657 -r 7cfa443b9cc8 devel/boost-build/Makefile
--- a/devel/boost-build/Makefile Tue Feb 05 22:44:18 2008 +0000
+++ b/devel/boost-build/Makefile Tue Feb 05 22:50:40 2008 +0000
@@ -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 @@
${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-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}
Home |
Main Index |
Thread Index |
Old Index