From 99514a8907d332aaa5faebceb0e53451b7e782e8 Mon Sep 17 00:00:00 2001 From: trevor Date: Wed, 11 Feb 2004 21:52:13 +0000 Subject: Don't install unnecessary MacOS/Windows-related material. --- www/firefox15/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/firefox15') diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 41b2564f32a..7352b812419 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/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 -- cgit