diff options
Diffstat (limited to 'www/mozilla-headers-vendor/Makefile')
-rw-r--r-- | www/mozilla-headers-vendor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-headers-vendor/Makefile b/www/mozilla-headers-vendor/Makefile index f7c6f2e05fd1..0b487aee6e98 100644 --- a/www/mozilla-headers-vendor/Makefile +++ b/www/mozilla-headers-vendor/Makefile @@ -34,6 +34,7 @@ CPIOOWN= -R ${INCOWN}:${INCGRP} .endif pre-install: + ${RM} -f ${PLIST} ${TOUCH} -f ${PLIST} cd ${WRKSRC}/dist/include && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:include/mozilla-vendor/:' >> ${PLIST} \ |