diff options
Diffstat (limited to 'www/mozilla-headers-vendor/Makefile')
-rw-r--r-- | www/mozilla-headers-vendor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers-vendor/Makefile b/www/mozilla-headers-vendor/Makefile index b7836c13c288..d8128fcc921c 100644 --- a/www/mozilla-headers-vendor/Makefile +++ b/www/mozilla-headers-vendor/Makefile @@ -36,7 +36,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-vendor/:' >> ${PLIST} \ + ${SED} -e 's:^:include/mozilla-vendor/:' >> ${PLIST} \ && ${FIND} -d * -type f | \ ${SED} -e 's:^:@dirrm include/mozilla-vendor/:' >> ${PLIST} ${ECHO_CMD} @dirrm include/mozilla-vendor >> ${PLIST} |