aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-25 15:24:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-25 15:24:43 +0000
commit88f2ad684a899b2c28749cd75565405882e71bf9 (patch)
tree3b64ce074ad49ef2b75ea5f52dc2886538facdde /audio/csound
parent27ef913f54b56053c515815a8142531c9df75631 (diff)
downloadports-88f2ad684a899b2c28749cd75565405882e71bf9.tar.gz
ports-88f2ad684a899b2c28749cd75565405882e71bf9.zip
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile2
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}