pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boost-docs Let pax remove the original files (*....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f9c3d27cd01
branches:  trunk
changeset: 538325:9f9c3d27cd01
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 05 22:58:00 2008 +0000

description:
Let pax remove the original files (*.orig).

diffstat:

 devel/boost-docs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1c9eeceac024 -r 9f9c3d27cd01 devel/boost-docs/Makefile
--- a/devel/boost-docs/Makefile Tue Feb 05 22:52:01 2008 +0000
+++ b/devel/boost-docs/Makefile Tue Feb 05 22:58:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/01/04 19:58:39 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/05 22:58:00 heinz Exp $
 #
 
 BOOST_PACKAGE=         docs
@@ -18,8 +18,8 @@
                -s':^.*/build/.*$$::' \
                -s':^libs/.*/test$$::' \
                -s':^libs/.*/test/.*$$::' \
+               -s':^.*\.orig$$::' \
                *.png *.css *.htm libs more ${DOCDIR}
-       ${FIND} ${DOCDIR} -name "*.orig" -exec ${RM} "{}" \;
        ${FIND} ${DOCDIR} \
                -type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
        ${FIND} ${DOCDIR} \



Home | Main Index | Thread Index | Old Index