summaryrefslogtreecommitdiff
path: root/www/mozilla-headers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-headers/Makefile')
-rw-r--r--www/mozilla-headers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile
index bbba556a1dd5..fdcda82b4e79 100644
--- a/www/mozilla-headers/Makefile
+++ b/www/mozilla-headers/Makefile
@@ -35,7 +35,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP}
pre-install:
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \
- ${SED} -e ':^:include/mozilla/:' >> ${PLIST} \
+ ${SED} -e 's:^:include/mozilla/:' >> ${PLIST} \
&& ${FIND} -d * -type f | \
${SED} -e 's:^:@dirrm include/mozilla/:' >> ${PLIST}
${ECHO_CMD} @dirrm include/mozilla >> ${PLIST}