diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 15:24:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 15:24:43 +0000 |
commit | 88f2ad684a899b2c28749cd75565405882e71bf9 (patch) | |
tree | 3b64ce074ad49ef2b75ea5f52dc2886538facdde /audio | |
parent | 27ef913f54b56053c515815a8142531c9df75631 (diff) |
Notes
Diffstat (limited to 'audio')
-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 665033c68769..38f48f9fa5b3 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} |