diff options
author | Mark Murray <markm@FreeBSD.org> | 2005-07-11 07:25:54 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2005-07-11 07:25:54 +0000 |
commit | 7c1e6528167771c78241bc12a568dea4194a185c (patch) | |
tree | 527b85e3841ffb8556f8c280831e06b9a6b470e5 /math/jacal/files/patch-jacal.sh | |
parent | Update to latest Pine distfile (diff) |
Update to version 1b5, make it fetchable again.
Notes
Notes:
svn path=/head/; revision=138888
Diffstat (limited to 'math/jacal/files/patch-jacal.sh')
-rw-r--r-- | math/jacal/files/patch-jacal.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/jacal/files/patch-jacal.sh b/math/jacal/files/patch-jacal.sh index 5f96d4ea88fa..a57ebf4f0ca4 100644 --- a/math/jacal/files/patch-jacal.sh +++ b/math/jacal/files/patch-jacal.sh @@ -1,11 +1,11 @@ ---- ./jacal.sh.orig Mon Dec 1 04:19:32 2003 -+++ ./jacal.sh Mon Feb 14 21:44:19 2005 -@@ -92,6 +92,8 @@ - if [ -z "${SCHEME_LIBRARY_PATH}" ]; then - if [ -d /usr/local/lib/slib/ ]; then - export SCHEME_LIBRARY_PATH=/usr/local/lib/slib/ -+ elif [ -d %%PREFIX%%/lib/slib/ ]; then -+ export SCHEME_LIBRARY_PATH=%%PREFIX%%/lib/slib/ +--- jacal.sh.orig Wed Jun 22 03:52:36 2005 ++++ jacal.sh Mon Jul 11 08:02:25 2005 +@@ -98,6 +98,8 @@ + SCHEME_LIBRARY_PATH=/usr/local/lib/slib/ elif [ -d /usr/share/slib/ ]; then - export SCHEME_LIBRARY_PATH=/usr/share/slib/ + SCHEME_LIBRARY_PATH=/usr/share/slib/ ++ elif [ -d %%PREFIX%%/lib/slib/ ]; then ++ export SCHEME_LIBRARY_PATH=%%PREFIX%%/lib/slib/ fi + export SCHEME_LIBRARY_PATH + fi;; |