summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-09-05 07:01:40 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-09-05 07:01:40 +0000
commit35769418568a623fdb6c8a321eb2be9c24324094 (patch)
tree42f376691297a381df47984ddaa5797c47211ada /editors/openoffice-1.1/files
parentUpdate to 2.2.4. (diff)
LD_LIBRARYN32_PATH -> LD_LIBRARY_PATH
Pointed out by: Sander Visek
Notes
Notes: svn path=/head/; revision=88579
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-setup2+script+setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/files/patch-setup2+script+setup.sh b/editors/openoffice-1.1/files/patch-setup2+script+setup.sh
index 41569395b644..ece1911001a1 100644
--- a/editors/openoffice-1.1/files/patch-setup2+script+setup.sh
+++ b/editors/openoffice-1.1/files/patch-setup2+script+setup.sh
@@ -5,8 +5,8 @@
export LD_LIBRARY_PATH
;;
+ FreeBSD)
-+ LD_LIBRARYN32_PATH=${sd_archive_path}:.
-+ export LD_LIBRARYN32_PATH
++ LD_LIBRARY_PATH=${sd_archive_path}:.
++ export LD_LIBRARY_PATH
+ ;;
Darwin)
DYLD_LIBRARY_PATH=${sd_archive_path}:.