Use FIND macro.

This commit is contained in:
Trevor Johnson 2002-05-25 15:24:43 +00:00
parent 27ef913f54
commit 88f2ad684a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59984

View file

@ -34,7 +34,7 @@ pre-build:
post-build:
${RM} -f ${PLIST}
for i in `find ${WRKDIR} -type f -perm 755`; do \
for i in `${FIND} ${WRKDIR} -type f -perm 755`; do \
${ECHO_CMD} bin/`${BASENAME} $${i}` >> ${PLIST}; \
done
${ECHO_CMD} share/csound/csound.xmg >> ${PLIST}