summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
committerwiz <wiz@pkgsrc.org>2000-02-20 22:05:37 +0000
commitc2480cce0149ffdf5588864289c34c5ac634b973 (patch)
tree6c7371165fc043f06a24c96946b4ee1b6c45bee5 /net/kdenetwork
parent45baef69ecf22448c3f52d784ffaa2d416602496 (diff)
downloadpkgsrc-c2480cce0149ffdf5588864289c34c5ac634b973.tar.gz
replace 'find' by '${FIND}' where appropriate
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 8c4e32ca726..86263d67399 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2000/02/15 09:26:23 agc Exp $
+# $NetBSD: Makefile,v 1.39 2000/02/20 22:05:42 wiz Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -42,7 +42,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.gcc
post-install:
.if (${GCC_VERSION:C/-.*$$//} != egcs)
- @find ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM}
+ @${FIND} ${PREFIX}/share/kde/locale -name ksirc.mo | xargs ${RM}
.endif
.include "../../mk/bsd.pkg.mk"