aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox15
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-12 03:21:02 +0800
committermarcus <marcus@FreeBSD.org>2004-02-12 03:21:02 +0800
commit54002bb0fa0e24bc8b9674b549a52952f70541d6 (patch)
treedb38fa743044fb101f2c0bd9f46f88ce7b21797e /www/firefox15
parentc5bcbc90547ba47134c5c6df23bb04c08d2f8296 (diff)
downloadfreebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.tar.gz
freebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.tar.zst
freebsd-ports-gnome-54002bb0fa0e24bc8b9674b549a52952f70541d6.zip
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/firefox15')
-rw-r--r--www/firefox15/Makefile2
-rw-r--r--www/firefox15/files/patch-build_unix_run-mozilla.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index 4f56189d999e..716efdb78852 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/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/firefox15/files/patch-build_unix_run-mozilla.sh b/www/firefox15/files/patch-build_unix_run-mozilla.sh
index c90c96b936f6..569ebc28940f 100644
--- a/www/firefox15/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox15/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"}