summaryrefslogtreecommitdiffstats
path: root/www/firefox35
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-11 19:21:02 +0000
committermarcus <marcus@FreeBSD.org>2004-02-11 19:21:02 +0000
commit54002bb0fa0e24bc8b9674b549a52952f70541d6 (patch)
treedb38fa743044fb101f2c0bd9f46f88ce7b21797e /www/firefox35
parentc5bcbc90547ba47134c5c6df23bb04c08d2f8296 (diff)
downloadFreeBSD-ports-54002bb0fa0e24bc8b9674b549a52952f70541d6.zip
FreeBSD-ports-54002bb0fa0e24bc8b9674b549a52952f70541d6.tar.gz
Backuo the previous commit before anyone notices. I have a big patch coming
that will fix this and some other things. No need to bump PORTREVISION twice.
Diffstat (limited to 'www/firefox35')
-rw-r--r--www/firefox35/Makefile2
-rw-r--r--www/firefox35/files/patch-build_unix_run-mozilla.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index 4f56189..716efdb 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -7,7 +7,7 @@
PORTNAME= firefox
PORTVERSION= 0.8
-PORTREVISION= 2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}
diff --git a/www/firefox35/files/patch-build_unix_run-mozilla.sh b/www/firefox35/files/patch-build_unix_run-mozilla.sh
index c90c96b..569ebc2 100644
--- a/www/firefox35/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox35/files/patch-build_unix_run-mozilla.sh
@@ -7,7 +7,7 @@ $FreeBSD$
##
## Set LD_LIBRARY_PATH
-LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
-+LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
++LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%PREFIX%%/lib/browser_plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}
if [ -n "$LD_LIBRARYN32_PATH" ]
then
LD_LIBRARYN32_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARYN32_PATH+":$LD_LIBRARYN32_PATH"}
OpenPOWER on IntegriCloud