aboutsummaryrefslogtreecommitdiff
path: root/www/firefox36
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-11 21:52:13 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-11 21:52:13 +0000
commit0512440803fdfb494ca851ee0263eb700a252893 (patch)
treebf97cf567948574b69846e13a86c4ec90aae9317 /www/firefox36
parent7bbeb5575967860aaa05278ab688d81c78a92bea (diff)
downloadports-0512440803fdfb494ca851ee0263eb700a252893.tar.gz
ports-0512440803fdfb494ca851ee0263eb700a252893.zip
Notes
Diffstat (limited to 'www/firefox36')
-rw-r--r--www/firefox36/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 41b2564f32a1..7352b8124191 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -127,6 +127,12 @@ pre-install:
@${TOUCH} ${PLIST}
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} install
+.for ii in mac win
+.for jj in / .jar
+ @${RM} -rf ${FAKEDIR}/lib/mozilla-1.6/chrome/en-${ii}${jj}
+.endfor
+.endfor
+
.if !defined (WITH_HEADERS)
@${RM} -fr ${FAKEDIR}/share/idl ${FAKEDIR}/include
.endif