diff options
Diffstat (limited to 'www/mozilla-headers-devel/Makefile')
-rw-r--r-- | www/mozilla-headers-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-headers-devel/Makefile b/www/mozilla-headers-devel/Makefile index 1f1bf4e0ac84..8e4c30738d21 100644 --- a/www/mozilla-headers-devel/Makefile +++ b/www/mozilla-headers-devel/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-devel/:' >> ${PLIST} \ |