diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 15:28:15 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-25 15:28:15 +0000 |
commit | 34aec3788187b36baee1d493d55ba76ed75c947d (patch) | |
tree | ecb7dab0668d36a9f2f24430958787ec35d37ddf /audio | |
parent | 88f2ad684a899b2c28749cd75565405882e71bf9 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound-manual/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index df8bdfda8052..29a544b4798b 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -41,8 +41,9 @@ pre-extract: pre-install: ${RM} -f ${PLIST} - cd ${WRKDIR}/manual && find -s . -type f | cut -c3-999 >> ${PLIST} \ - && find * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + cd ${WRKDIR}/manual && ${FIND} -s . -type f | \ + ${CUT} -c3-999 >> ${PLIST} \ + && ${FIND} * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: cd ${WRKSRC} && pax -r -w * ${PREFIX} |