diff options
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 665033c6876..38f48f9fa5b 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -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} |