summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-09-03 13:46:08 +0000
committerwiz <wiz@pkgsrc.org>2000-09-03 13:46:08 +0000
commit268f88e08804f73c2055812fbedf4582814ff990 (patch)
treeb39dad0ef9174f3e02724a6718ef85bff7402d3a /x11
parentf6c3bb512bb4ca41c57f04393717a4a5814233ae (diff)
downloadpkgsrc-268f88e08804f73c2055812fbedf4582814ff990.tar.gz
find -> ${FIND}
Diffstat (limited to 'x11')
-rw-r--r--x11/enlightenment/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile
index 2dfc2f83659..96dd52c31cb 100644
--- a/x11/enlightenment/Makefile
+++ b/x11/enlightenment/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/08/03 21:22:10 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2000/09/03 13:46:08 wiz Exp $
DISTNAME= enlightenment-0.16.4
CATEGORIES= x11 gnome
@@ -26,9 +26,9 @@ post-install:
for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \
${TOUCH} ${PREFIX}/$${FILE}; \
done
- find ${PREFIX}/share/enlightenment/themes -type d | \
+ ${FIND} ${PREFIX}/share/enlightenment/themes -type d | \
xargs ${CHMOD} ${BINMODE}
- find ${PREFIX}/share/enlightenment/themes -type f | \
+ ${FIND} ${PREFIX}/share/enlightenment/themes -type f | \
xargs ${CHMOD} ${NONBINMODE}
.include "../../mk/bsd.pkg.mk"