aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-01-10 19:01:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-01-10 19:01:02 +0000
commit56f938e7f18f26b5b05b7ba62a62b2a36790404d (patch)
treee8ce8e66a93a063925677ef7c6ac995c7ee32ed6 /audio
parent2337d24e9cb1a41cd78b36d12b9a0ab8ba807336 (diff)
downloadports-56f938e7f18f26b5b05b7ba62a62b2a36790404d.tar.gz
ports-56f938e7f18f26b5b05b7ba62a62b2a36790404d.zip
- Fix usage of @dirrmtry macro
PR: ports/153854 Submitted by: az Approved by: maintainer
Notes
Notes: svn path=/head/; revision=267612
Diffstat (limited to 'audio')
-rw-r--r--audio/freeswitch-sounds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/freeswitch-sounds/Makefile b/audio/freeswitch-sounds/Makefile
index f770ff5572ec..4a32b5ae9987 100644
--- a/audio/freeswitch-sounds/Makefile
+++ b/audio/freeswitch-sounds/Makefile
@@ -109,8 +109,8 @@ pre-install:
${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: