summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile7
-rw-r--r--www/firefox/files/firefox.desktop.in2
-rw-r--r--www/firefox10/Makefile7
-rw-r--r--www/firefox10/files/firefox.desktop.in2
4 files changed, 10 insertions, 8 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 237468a0c..3a5f4a348 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,12 +3,12 @@
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/firefox/Makefile,v 1.14 2005/11/14 04:12:08 ahze Exp $
+# $MCom: ports/www/firefox/Makefile,v 1.15 2005/11/14 20:03:15 ahze Exp $
#
PORTNAME= firefox
DISTVERSION= 1.5rc2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -66,7 +66,8 @@ pre-extract::
@${ECHO_MSG}
post-extract::
- @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \
+ @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}| ; \
+ s|@FF_SUFX@|${FF_SUFX}|' \
<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${FF}.desktop
post-patch:
diff --git a/www/firefox/files/firefox.desktop.in b/www/firefox/files/firefox.desktop.in
index 33764a099..509bd7b89 100644
--- a/www/firefox/files/firefox.desktop.in
+++ b/www/firefox/files/firefox.desktop.in
@@ -182,7 +182,7 @@ Comment[vi]=Duyệt web
Comment[wa]=Naivyî avå les waibes
Comment[zh_CN]=浏览 Web
Comment[zh_TW]=瀏覽網頁
-Exec=firefox-devel %U
+Exec=firefox@FF_SUFX@ %U
Icon=@FIREFOX_ICON@
StartupNotify=false
Terminal=false
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile
index 237468a0c..3a5f4a348 100644
--- a/www/firefox10/Makefile
+++ b/www/firefox10/Makefile
@@ -3,12 +3,12 @@
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/firefox/Makefile,v 1.14 2005/11/14 04:12:08 ahze Exp $
+# $MCom: ports/www/firefox/Makefile,v 1.15 2005/11/14 20:03:15 ahze Exp $
#
PORTNAME= firefox
DISTVERSION= 1.5rc2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -66,7 +66,8 @@ pre-extract::
@${ECHO_MSG}
post-extract::
- @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \
+ @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}| ; \
+ s|@FF_SUFX@|${FF_SUFX}|' \
<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${FF}.desktop
post-patch:
diff --git a/www/firefox10/files/firefox.desktop.in b/www/firefox10/files/firefox.desktop.in
index 33764a099..509bd7b89 100644
--- a/www/firefox10/files/firefox.desktop.in
+++ b/www/firefox10/files/firefox.desktop.in
@@ -182,7 +182,7 @@ Comment[vi]=Duyệt web
Comment[wa]=Naivyî avå les waibes
Comment[zh_CN]=浏览 Web
Comment[zh_TW]=瀏覽網頁
-Exec=firefox-devel %U
+Exec=firefox@FF_SUFX@ %U
Icon=@FIREFOX_ICON@
StartupNotify=false
Terminal=false