diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-18 02:30:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-18 02:30:39 +0000 |
commit | df0b823ad6824a8f518531d911ca442a7771881f (patch) | |
tree | 142fc61515f64a02b33faae030934eec45152d21 /www/mozilla-vendor | |
parent | eb7285a6915fd1de1740b04f93ed042cc898d8e2 (diff) | |
download | FreeBSD-ports-df0b823ad6824a8f518531d911ca442a7771881f.zip FreeBSD-ports-df0b823ad6824a8f518531d911ca442a7771881f.tar.gz |
Make these ports correctly survive a make reinstall.
Diffstat (limited to 'www/mozilla-vendor')
-rw-r--r-- | www/mozilla-vendor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 8394b19..6a77c98 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -125,6 +125,7 @@ post-build: ${XARGS} ${RMDIR} 2> /dev/null || ${TRUE} pre-install: + ${RM} -f ${PLIST} ${TOUCH} -f ${PLIST} if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \ ${ECHO_CMD} bin/mozilla >> ${PLIST} ; \ |