diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-10 03:43:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-10 03:43:52 +0800 |
commit | 0306101e219eeb84e36e7aea7d2b51c1738043af (patch) | |
tree | c378de2489eb987ed211bb4aa989c2f2f667631c | |
parent | c92d884b1be0335b2b01a256042e6dd98b5dec0a (diff) | |
download | marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar.gz marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar.bz2 marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar.lz marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar.xz marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.tar.zst marcuscom-ports-0306101e219eeb84e36e7aea7d2b51c1738043af.zip |
Correct a typo in the previous commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4932 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/firefox-devel/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 2b284994b..90eb50659 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.20 2005/09/23 20:49:57 mezz Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.21 2005/10/09 19:40:40 marcus Exp $ # PORTNAME= firefox @@ -125,7 +125,7 @@ post-extract:: -e 's|@LOCALBASE@|${LOCALBASE}|' \ -e 's|@FAKEDIR@|${FAKEDIR}|' \ -e 's|@PERL@|${PERL5}|' \ - -e 's|@KRB5_HOME|${KRB5_HOME}|' \ + -e 's|@KRB5_HOME@|${KRB5_HOME}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${FF}.desktop diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 2b284994b..90eb50659 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.20 2005/09/23 20:49:57 mezz Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.21 2005/10/09 19:40:40 marcus Exp $ # PORTNAME= firefox @@ -125,7 +125,7 @@ post-extract:: -e 's|@LOCALBASE@|${LOCALBASE}|' \ -e 's|@FAKEDIR@|${FAKEDIR}|' \ -e 's|@PERL@|${PERL5}|' \ - -e 's|@KRB5_HOME|${KRB5_HOME}|' \ + -e 's|@KRB5_HOME@|${KRB5_HOME}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${FF}.desktop |