leaner and even meaner firefox

Mikhail Teterin mi+mx at aldan.algebra.com
Fri Aug 5 00:11:53 GMT 2005


> ${PREFIX} == ${X11BASE}, since firefox's prefix is X11BASE. I will test it
>   by change PREFIX -> LOCALBASE and see what happen.

Aha! You are right -- this is my mistake... (My machines all have both 
LOCALBASE and X11BASE set to /opt, so I did not notice this).

The new addition to the makefile should read:

        @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g' \
                -e 's|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \
                ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp

PREFIX was a wrong pick anyway -- we don't need firefox' directory there, but 
that of another port (nss). It should work for you now...

	-mi


More information about the freebsd-gnome mailing list