diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-16 08:08:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-16 08:08:30 +0800 |
commit | 89f05ef091eac89db82d281decdc9b3e65704641 (patch) | |
tree | bd1c219873a1006e1615c375b42ad578b166af3c /www/firefox10/Makefile | |
parent | ff20d7b966b2e40dc5e06d8929cd6eca7d322092 (diff) | |
download | marcuscom-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
Diffstat (limited to 'www/firefox10/Makefile')
-rw-r--r-- | www/firefox10/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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: |