summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-19 03:56:23 +0000
committerjlam <jlam>2001-05-19 03:56:23 +0000
commit14497c4e54ef93397c94971e740cfbe73dd7b82e (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /x11
parentdb59d15cac4efb5a3898cfd6e08a83dc22ac43ac (diff)
downloadpkgsrc-14497c4e54ef93397c94971e740cfbe73dd7b82e.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'x11')
-rw-r--r--x11/egtk/Makefile8
-rw-r--r--x11/py-Pmw/Makefile4
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/egtk/Makefile b/x11/egtk/Makefile
index 140d45010ce..f0b53c8a690 100644
--- a/x11/egtk/Makefile
+++ b/x11/egtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:06:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/19 03:56:41 jlam Exp $
#
DISTNAME= eGTK_0.3.4
@@ -18,9 +18,9 @@ USE_X11= yes
WRKSRC= ${WRKDIR}/eGTK
post-extract:
- ${FIND} ${WRKSRC} -type d -name "CVS" -print0 | xargs -0 ${RM} -rf
- ${FIND} ${WRKSRC} -type d -name "ise" -print0 | xargs -0 ${RM} -rf
- ${FIND} ${WRKSRC} -type f -name "*.ace" -print0 | xargs -0 ${RM} -f
+ ${FIND} ${WRKSRC} -type d -name "CVS" -print0 | ${XARGS} -0 ${RM} -rf
+ ${FIND} ${WRKSRC} -type d -name "ise" -print0 | ${XARGS} -0 ${RM} -rf
+ ${FIND} ${WRKSRC} -type f -name "*.ace" -print0 | ${XARGS} -0 ${RM} -f
${RMDIR} ${WRKSRC}/examples/toolbar
${RM} ${WRKSRC}/examples/Makefile
cd ${WRKSRC}/C/se; ${MAKE_PROGRAM} ${MAKE_FLAGS} -f Makefile.se clean
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile
index 16a4f700faf..4c68f5435fa 100644
--- a/x11/py-Pmw/Makefile
+++ b/x11/py-Pmw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/02/16 20:35:55 lukem Exp $
+# $NetBSD: Makefile,v 1.2 2001/05/19 03:56:41 jlam Exp $
#
DISTNAME= Pmw.0.8.5
@@ -20,7 +20,7 @@ do-build:
do-install:
(cd ${WRKDIR}; ${FIND} Pmw -type d | \
- sed -e 's,^,${PREFIX}/${SITE_PKG}/,' | xargs ${INSTALL_DATA_DIR})
+ sed -e 's,^,${PREFIX}/${SITE_PKG}/,' | ${XARGS} ${INSTALL_DATA_DIR})
(cd ${WRKDIR}; for f in `${FIND} Pmw -type f`; do \
${INSTALL_DATA} $$f ${PREFIX}/${SITE_PKG}/$$f; done)
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}