summaryrefslogtreecommitdiff
path: root/www/mozilla-embedded-vendor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 02:30:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 02:30:39 +0000
commit7b20960beb3ae1a6d3ec18be32efdf5713cae7ab (patch)
treea974efbcec429ab9b51e8727837aef5e1702c9fa /www/mozilla-embedded-vendor
parentResolve some portlint bogons. (diff)
Make these ports correctly survive a make reinstall.
Notes
Notes: svn path=/head/; revision=70350
Diffstat (limited to 'www/mozilla-embedded-vendor')
-rw-r--r--www/mozilla-embedded-vendor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla-embedded-vendor/Makefile b/www/mozilla-embedded-vendor/Makefile
index 3d27cc7b5012..2d45947be742 100644
--- a/www/mozilla-embedded-vendor/Makefile
+++ b/www/mozilla-embedded-vendor/Makefile
@@ -42,6 +42,7 @@ do-build:
@${FIND} ${WRKSRC}/dist/Embed -name "*.so" | ${XARGS} ${STRIP_CMD}
pre-install:
+ ${RM} -f ${PLIST}
${TOUCH} -f ${PLIST}
cd ${WRKSRC}/dist/Embed && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/mozilla-embedded-vendor/:' >> ${PLIST} \