aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox35/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-05-30 11:46:46 +0800
committerahze <ahze@FreeBSD.org>2006-05-30 11:46:46 +0800
commitc151625b58866b4ffdb49fd18daefb28e03d5efa (patch)
tree2b4d48f7a1fa04c92bb277a0a9f3b09f92333cc5 /www/firefox35/Makefile
parent9c0e530e106735aa42eb5812e65662c18242d832 (diff)
downloadfreebsd-ports-gnome-c151625b58866b4ffdb49fd18daefb28e03d5efa.tar.gz
freebsd-ports-gnome-c151625b58866b4ffdb49fd18daefb28e03d5efa.tar.zst
freebsd-ports-gnome-c151625b58866b4ffdb49fd18daefb28e03d5efa.zip
- Update to 2.0a3
- Fix .desktop file so it actually starts firefox-devel instead of firefox also change Firefox to Firefox-devel in comments Release notes: http://www.mozilla.org/projects/bonecho/releases/2.0a3.html
Diffstat (limited to 'www/firefox35/Makefile')
-rw-r--r--www/firefox35/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index 23f631e0c113..7fa878bd4197 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -7,20 +7,20 @@
#
PORTNAME= firefox
-DISTVERSION= 2.0a1
-PORTREVISION= 3
+DISTVERSION= 2.0a3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= ${PORTNAME}/releases/bonecho/alpha1/source
+MASTER_SITE_SUBDIR= ${PORTNAME}/releases/bonecho/alpha3/source
#DISTNAME= ${PORTNAME}-${DISTVERSION}-source
-DISTNAME= bonecho-alpha1-source
+DISTNAME= bonecho-alpha3-source
MAINTAINER= gnome@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
LATEST_LINK= firefox2
MOZILLA= ${PORTNAME}${MOZILLA_SUFX}
+MOZILLA_NAME= Firefox${MOZILLA_SUFX}
MOZILLA_SUFX= -devel
MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/'
@@ -65,7 +65,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif
post-extract::
- @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \
+ @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
+ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop
post-patch: