find -> ${FIND}
This commit is contained in:
parent
f6c3bb512b
commit
268f88e088
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue