summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-02 04:45:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-02 04:45:47 +0000
commitc4ce8ace8723eeeecc648f93aa54acd68784ceec (patch)
tree9ad02d22d37524638ee05b64ef3cdd982996f4e8 /www/mozilla
parentRemove the sbin directory. (diff)
Remove the lib/browser_plugins directory.
Reported by: bento
Notes
Notes: svn path=/head/; revision=74454
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 5f9a9159154e..0bd9502b73e5 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -196,6 +196,7 @@ pre-install:
${ECHO_CMD} bin/${MOZILLA} >> ${PLIST}
if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
${ECHO_CMD} lib/browser_plugins/libjavaplugin_oji.so >> ${PLIST} ; \
+ ${ECHO_CMD} @dirrm lib/browser_plugins >> ${PLIST} ; \
fi
cd ${WRKSRC}/dist/bin && ${FIND} -s * -type f -o -type l | \
${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \