summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-02-05 22:58:00 +0000
committerheinz <heinz@pkgsrc.org>2008-02-05 22:58:00 +0000
commitc7a22b4ae9cdb023c63c579233da26db01073da2 (patch)
tree9a553340263f0b73faa51cbdafa58ced00d560ee /devel
parent8cb83aff161916b59c67bdf8ff56fbd61bad6135 (diff)
downloadpkgsrc-c7a22b4ae9cdb023c63c579233da26db01073da2.tar.gz
Let pax remove the original files (*.orig).
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-docs/Makefile4
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} \