diff options
author | heinz <heinz> | 2008-02-05 22:58:00 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-02-05 22:58:00 +0000 |
commit | b4335484961d5ea0f6fb5a01a6cd95e5ec09e71b (patch) | |
tree | 9a553340263f0b73faa51cbdafa58ced00d560ee /devel/boost-docs | |
parent | b321d95822bc65e04753c939c9063074d92e406e (diff) | |
download | pkgsrc-b4335484961d5ea0f6fb5a01a6cd95e5ec09e71b.tar.gz |
Let pax remove the original files (*.orig).
Diffstat (limited to 'devel/boost-docs')
-rw-r--r-- | devel/boost-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index 7eb5d8a9e94..d85efb51022 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -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 @@ do-install: -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} \ |