diff options
author | salo <salo@pkgsrc.org> | 2003-01-19 04:08:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-19 04:08:26 +0000 |
commit | bb3f1177a94f6e73d7e1012dc3b02e381320f163 (patch) | |
tree | 474979f719a6ff381c8312cf637851ae269ce1f7 /wm | |
parent | deae0b0fc2298c5522e20bdf1557f01b0bbd40f9 (diff) | |
download | pkgsrc-bb3f1177a94f6e73d7e1012dc3b02e381320f163.tar.gz |
xargs -> ${XARGS}
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish-themes/Makefile | 4 |
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 | \ |