aboutsummaryrefslogtreecommitdiff
path: root/www/firefox3/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-07-27 20:21:31 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-07-27 20:21:31 +0000
commit8ef43a22097faabf8694120056a11bd907018733 (patch)
tree17923cde843c7aa39d31564948e6a792f208054c /www/firefox3/Makefile
parenta8aa4103d3210030cc99179688b6ace7e0597671 (diff)
downloadports-8ef43a22097faabf8694120056a11bd907018733.tar.gz
ports-8ef43a22097faabf8694120056a11bd907018733.zip
Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi. Bump the PORTREVISION. Reported by: a few Discussed with: my team, FreeBSD GNOME Team
Notes
Notes: svn path=/head/; revision=217706
Diffstat (limited to 'www/firefox3/Makefile')
-rw-r--r--www/firefox3/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index 2b053d9f12ac..1b298f83ed35 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -8,6 +8,7 @@
PORTNAME= firefox
DISTVERSION= 3.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -101,16 +102,16 @@ port-pre-install:
>> ${SYSTEM_PREFS}
.endif # !defined(WITHOUT_NEWTAB)
-do-install:
- if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
- for jpi in ${JPI_LIST}; do \
- if [ -f $${jpi} ]; then \
- ${LN} -sf $${jpi} \
- ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \
- break; \
- fi; \
- done; \
- fi
+#do-install:
+# if [ ! -L ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ]; then \
+# for jpi in ${JPI_LIST}; do \
+# if [ -f $${jpi} ]; then \
+# ${LN} -sf $${jpi} \
+# ${PREFIX}/lib/browser_plugins/libjavaplugin_oji.so ; \
+# break; \
+# fi; \
+# done; \
+# fi
post-install:
${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps