summaryrefslogtreecommitdiff
path: root/wm/sawfish-themes
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 04:08:26 +0000
committersalo <salo>2003-01-19 04:08:26 +0000
commit3bc2d328a402adc3823d82660d746ae1532922d0 (patch)
tree474979f719a6ff381c8312cf637851ae269ce1f7 /wm/sawfish-themes
parent2850ee12df78406c78759d94081280331782af8c (diff)
downloadpkgsrc-3bc2d328a402adc3823d82660d746ae1532922d0.tar.gz
xargs -> ${XARGS}
Diffstat (limited to 'wm/sawfish-themes')
-rw-r--r--wm/sawfish-themes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/sawfish-themes/Makefile b/wm/sawfish-themes/Makefile
index 7d89ef9d341..a4413827d7e 100644
--- a/wm/sawfish-themes/Makefile
+++ b/wm/sawfish-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/01/18 17:33:15 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/01/19 04:08:26 salo Exp $
DISTNAME= sawfish-themes-0.2
CATEGORIES= x11 wm
@@ -47,7 +47,7 @@ pre-install:
@${TOUCH} ${PLIST_SRC}
@cd ${WRKSRC} && \
${FIND} . \( -type d -name ".xvpics" -or -name "CVS" \) \
- -print | xargs ${RM} -fr
+ -print | ${XARGS} ${RM} -fr
@cd ${WRKSRC} && \
${FIND} . \( -type f -or -type l \) \
-print | \