summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-20 22:05:37 +0000
committerwiz <wiz>2000-02-20 22:05:37 +0000
commit89d41c5207bb4ce62db0815fde0131c335b7a62c (patch)
tree6c7371165fc043f06a24c96946b4ee1b6c45bee5 /net/kdenetwork
parente6ebb1dd097ccc5d9e794cc702e247ba57443da4 (diff)
downloadpkgsrc-89d41c5207bb4ce62db0815fde0131c335b7a62c.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"