Index: freeswitch-sounds/Makefile =================================================================== RCS file: /home/pcvs/ports/audio/freeswitch-sounds/Makefile,v --- freeswitch-sounds/Makefile 20 Aug 2010 21:44:22 -0000 1.3 +++ freeswitch-sounds/Makefile 10 Jan 2011 18:22:35 -0000 @@ -109,8 +109,8 @@ ${ECHO} .freeswitch-sounds >> ${PLIST}; \ ${SED} -i "" -e "s:^:share/${BASE_PORTNAME}/sounds/:" ${PLIST}; \ ${FIND} * -type d ! -empty | ${SORT} -r | ${SED} -e "s:^:@dirrm share/${BASE_PORTNAME}/sounds/:" | ${GREP} / >> ${PLIST}; \ - ${ECHO} "@dirrmtry share/${BASE_PORTNAME}/sounds 2> /dev/null || /usr/bin/true" >> ${PLIST}; \ - ${ECHO} "@dirrmtry share/${BASE_PORTNAME} 2> /dev/null || /usr/bin/true" >> ${PLIST}; + ${ECHO} "@dirrmtry share/${BASE_PORTNAME}/sounds" >> ${PLIST}; \ + ${ECHO} "@dirrmtry share/${BASE_PORTNAME}" >> ${PLIST}; ${CHMOD} -R 0755 ${WRKDIR}/tmp/ do-install: