diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-28 14:33:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-28 14:33:42 +0000 |
commit | f9da5938998b0c365c1bb84f84d46321683ad58e (patch) | |
tree | 3fcba370162be43329718e2a6b60b6b1f784fe71 /editors | |
parent | 6f0bf2a60f2a14fe1f3737683ea99dbc14b9d845 (diff) | |
download | ports-f9da5938998b0c365c1bb84f84d46321683ad58e.tar.gz ports-f9da5938998b0c365c1bb84f84d46321683ad58e.zip |
Notes
Diffstat (limited to 'editors')
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + diff --git a/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice.org-1.0/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + diff --git a/editors/openoffice/files/patch-config_office+set_soenv.1 b/editors/openoffice/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + |