diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:21:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:21:24 +0000 |
commit | f5313283a84bf4569e5de34c29c207e866f99ee2 (patch) | |
tree | 2bc76ee3106e034e9b97cbf4a16998d9d4a61192 /math/xlispstat/files/patch-ak | |
parent | Update to 1.28 (diff) |
Update to 3.52.18
PR: 18439
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28591
Diffstat (limited to '')
-rw-r--r-- | math/xlispstat/files/patch-ak | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/xlispstat/files/patch-ak b/math/xlispstat/files/patch-ak new file mode 100644 index 000000000000..f5e6ef63b721 --- /dev/null +++ b/math/xlispstat/files/patch-ak @@ -0,0 +1,17 @@ +--- setup.shell.orig Wed Sep 7 23:34:36 1994 ++++ setup.shell Wed May 3 09:00:00 2000 +@@ -2,11 +2,12 @@ + cat > $1 <<+++ + #!/bin/sh + XLISPLIB=$2 export XLISPLIB ++XLSLIBEXEC=$3 export XLSLIBEXEC + if test -f xlisp.wks; then WKS="xlisp.wks"; +-else WKS="\${XLISPLIB}/xlisp.wks"; ++else WKS="\${XLSLIBEXEC}/xlisp.wks"; + fi + if test -f xlisp; then XLISP=xlisp; +-else XLISP="\${XLISPLIB}/xlisp" ++else XLISP="\${XLSLIBEXEC}/xlisp" + fi + exec \${XLISP} -w\${WKS} \$* + +++ |