From ca7cf77525b0b3004749c81b00cd1423d63e0faa Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 17 Nov 2005 18:18:08 +0000 Subject: Make all sed replaces global so we don't break chrome registration in Firefox. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5157 df743ca5-7f9a-e211-a948-0013205c9059 --- www/mozilla/Makefile.common | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'www') diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index c93fabf85..85b9b582c 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.5 2005/11/14 20:03:15 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.6 2005/11/17 07:10:21 marcus Exp $ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -93,25 +93,25 @@ BROKEN= "You must upgrade your freetype port to 1.3.1_2 or higher before \ .endif # Makefile.common defines -MOZCONFIG_SED= ${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|' \ - -e 's|@CFLAGS@|${CFLAGS}|' \ - -e 's|@LDFLAGS@|${LDFLAGS}|' \ - -e 's|@LIBS@|${LIBS}|' \ - -e 's|@X11BASE@|${X11BASE}|' \ - -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@FAKEDIR@|${FAKEDIR}|' \ - -e 's|@PERL@|${PERL5}|' \ - -e 's|@KRB5_HOME@|${KRB5_HOME}|' \ - -e 's|@MOZDIR@|${PREFIX}/lib/${MOZILLA}|' \ - -e 's|%%CFLAGS%%|${CFLAGS}|' \ - -e 's|%%LDFLAGS%%|${LDFLAGS}|' \ - -e 's|%%LIBS%%|${LIBS}|' \ - -e 's|%%X11BASE%%|${X11BASE}|' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - -e 's|%%FAKEDIR%%|${FAKEDIR}|' \ - -e 's|%%PERL%%|${PERL5}|' \ - -e 's|%%KRB5_HOME%%|${KRB5_HOME}|' \ - -e 's|%%MOZDIR%%|${PREFIX}/lib/${MOZILLA}|' +MOZCONFIG_SED?= ${SED} -e 's|@CPPFLAGS@|${CPPFLAGS}|g' \ + -e 's|@CFLAGS@|${CFLAGS}|g' \ + -e 's|@LDFLAGS@|${LDFLAGS}|g' \ + -e 's|@LIBS@|${LIBS}|g' \ + -e 's|@X11BASE@|${X11BASE}|g' \ + -e 's|@LOCALBASE@|${LOCALBASE}|g' \ + -e 's|@FAKEDIR@|${FAKEDIR}|g' \ + -e 's|@PERL@|${PERL5}|g' \ + -e 's|@KRB5_HOME@|${KRB5_HOME}|g' \ + -e 's|@MOZDIR@|${PREFIX}/lib/${MOZILLA}|g' \ + -e 's|%%CFLAGS%%|${CFLAGS}|g' \ + -e 's|%%LDFLAGS%%|${LDFLAGS}|g' \ + -e 's|%%LIBS%%|${LIBS}|g' \ + -e 's|%%X11BASE%%|${X11BASE}|g' \ + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + -e 's|%%FAKEDIR%%|${FAKEDIR}|g' \ + -e 's|%%PERL%%|${PERL5}|g' \ + -e 's|%%KRB5_HOME%%|${KRB5_HOME}|g' \ + -e 's|%%MOZDIR%%|${PREFIX}/lib/${MOZILLA}|g' pre-configure: .if exists(${.CURDIR}/pkg-install.in) -- cgit v1.2.3