diff options
Diffstat (limited to 'www/mozilla-headers-devel/Makefile')
-rw-r--r-- | www/mozilla-headers-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers-devel/Makefile b/www/mozilla-headers-devel/Makefile index ed6f1ac0b220..1f1bf4e0ac84 100644 --- a/www/mozilla-headers-devel/Makefile +++ b/www/mozilla-headers-devel/Makefile @@ -37,7 +37,7 @@ pre-install: ${TOUCH} -f ${PLIST} cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:include/mozilla-devel/:' >> ${PLIST} \ - && ${FIND} -d * -type f | \ + && ${FIND} -d * -type d | \ ${SED} -e 's:^:@dirrm include/mozilla-devel/:' >> ${PLIST} ${ECHO_CMD} @dirrm include/mozilla-devel >> ${PLIST} |