aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-12 03:05:11 +0800
committertrevor <trevor@FreeBSD.org>2004-02-12 03:05:11 +0800
commit1ffceee2fdf11fd742a507e771a479beae7a437b (patch)
tree36647813563c055fc0410bc89d9a26b9759636fc /www/firefox/files
parentde6616144ae1367b0f14c730699acadf276f8506 (diff)
downloadfreebsd-ports-gnome-1ffceee2fdf11fd742a507e771a479beae7a437b.tar.gz
freebsd-ports-gnome-1ffceee2fdf11fd742a507e771a479beae7a437b.tar.zst
freebsd-ports-gnome-1ffceee2fdf11fd742a507e771a479beae7a437b.zip
Fix accidental change of %%PREFIX%% to %PREFIX%% in
patch-build_unix_run-mozilla.sh (new PORTREVISION). Noticed by: Franz Klammer of webonaut.com Pointy hat to: moi
Diffstat (limited to 'www/firefox/files')
-rw-r--r--www/firefox/files/patch-build_unix_run-mozilla.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-build_unix_run-mozilla.sh b/www/firefox/files/patch-build_unix_run-mozilla.sh
index 569ebc28940f..c90c96b936f6 100644
--- a/www/firefox/files/patch-build_unix_run-mozilla.sh
+++ b/www/firefox/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"}