summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-16 08:08:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-16 08:08:30 +0800
commit89f05ef091eac89db82d281decdc9b3e65704641 (patch)
treebd1c219873a1006e1615c375b42ad578b166af3c
parentff20d7b966b2e40dc5e06d8929cd6eca7d322092 (diff)
downloadmarcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar.gz
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar.bz2
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar.lz
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar.xz
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.tar.zst
marcuscom-ports-89f05ef091eac89db82d281decdc9b3e65704641.zip
Correct the desktop icon executable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5145 df743ca5-7f9a-e211-a948-0013205c9059
-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