diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-11 21:52:13 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-11 21:52:13 +0000 |
commit | 0512440803fdfb494ca851ee0263eb700a252893 (patch) | |
tree | bf97cf567948574b69846e13a86c4ec90aae9317 /www/firefox3-devel | |
parent | 7bbeb5575967860aaa05278ab688d81c78a92bea (diff) | |
download | ports-0512440803fdfb494ca851ee0263eb700a252893.tar.gz ports-0512440803fdfb494ca851ee0263eb700a252893.zip |
Notes
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r-- | www/firefox3-devel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 41b2564f32a1..7352b8124191 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/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 |