summaryrefslogtreecommitdiff
path: root/net/kdenetwork/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
committerjlam <jlam@pkgsrc.org>2001-05-19 03:56:23 +0000
commitdc6eadbf21d06496bbf555e397f79622e3e20821 (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /net/kdenetwork/Makefile
parent85e58afe750871e5736c21a64b0afaca5fd17ca7 (diff)
downloadpkgsrc-dc6eadbf21d06496bbf555e397f79622e3e20821.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'net/kdenetwork/Makefile')
-rw-r--r--net/kdenetwork/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 89bc431b103..f993caf4054 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2001/02/17 18:19:02 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2001/05/19 03:56:38 jlam Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -50,7 +50,7 @@ CFLAGS+= -I${LOCALBASE}/include
post-install:
.if (${GCC_VERSION:C/-.*$$//} != egcs)
- @${FIND} ${KDEBASEDIR}/share/kde/locale -name ksirc.mo | xargs ${RM}
+ @${FIND} ${KDEBASEDIR}/share/kde/locale -name ksirc.mo | ${XARGS} ${RM}
.endif
.include "../../mk/bsd.pkg.mk"