diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 02:30:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-18 02:30:39 +0000 |
commit | 7b20960beb3ae1a6d3ec18be32efdf5713cae7ab (patch) | |
tree | a974efbcec429ab9b51e8727837aef5e1702c9fa /www/mozilla-headers | |
parent | fb16688dbaa82984229ab894f2cc2dad128b06e3 (diff) | |
download | ports-7b20960beb3ae1a6d3ec18be32efdf5713cae7ab.tar.gz ports-7b20960beb3ae1a6d3ec18be32efdf5713cae7ab.zip |
Notes
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r-- | www/mozilla-headers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile index 4aef76fecf2b..468b3d309245 100644 --- a/www/mozilla-headers/Makefile +++ b/www/mozilla-headers/Makefile @@ -33,6 +33,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/:' >> ${PLIST} \ |