summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-10 17:34:09 +0000
committertv <tv@pkgsrc.org>2006-11-10 17:34:09 +0000
commit25a40248061d30e97c0e11465713e8ddca785bf3 (patch)
treed14029e2529c2e6d34dc0be3357cb0bc70b8c46d /math/octave
parenta6c32dca6a7158a79290c52ed95715aa3a0ee5f4 (diff)
downloadpkgsrc-25a40248061d30e97c0e11465713e8ddca785bf3.tar.gz
Use find -print | xargs rather than find -exec.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 4335732e328..76e64193d86 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2006/10/04 21:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2006/11/10 17:40:11 tv Exp $
DISTNAME= octave-${OCTAVE_VER}
CATEGORIES= math
@@ -51,7 +51,7 @@ OCTAVE_HTML= faq/Octave-FAQ_*.html interpreter/octave_*.html \
UNWRAP_FILES+= mkoctfile octave-bug src/oct-conf.h
post-extract:
- ${FIND} ${WRKSRC}/doc -type f -name '*.info*' -exec ${RM} -f {} \;
+ ${FIND} ${WRKSRC}/doc -type f -name '*.info*' -print | ${XARGS} ${RM} -f
${MKDIR} ${WRKSRC}/src/pic
# substitute in the real path to various bits of the toolchain because