diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-01-29 06:23:25 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 06:23:25 +0000 |
| commit | 62a15d733469b31c873f26d25c715a62a775d871 (patch) | |
| tree | bcdb991a009ad27fd71c86c3886dfd3b7b2334fd /math/slsc/files/patch-ab | |
| parent | ed2ff8713f5b4a749350330220630ab86455e695 (diff) | |
Adding slsc version 0.2.3.
An enhanced slang-based version of the sc spreadsheet program.
PR: 15971
Submitted by: Jonathan McDowell <noodles@earth.li>
Diffstat (limited to 'math/slsc/files/patch-ab')
| -rw-r--r-- | math/slsc/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/slsc/files/patch-ab b/math/slsc/files/patch-ab new file mode 100644 index 000000000000..1a5a7662bb18 --- /dev/null +++ b/math/slsc/files/patch-ab @@ -0,0 +1,13 @@ +--- src/Makefile.in.orig Thu Jan 6 14:05:10 2000 ++++ src/Makefile.in Thu Jan 6 14:06:54 2000 +@@ -39,8 +39,8 @@ + # Root directory where slsc files are going to be kept. + # MAKE SURE THAT THE '#'IMMEDIATELY FOLLOWS THE PATH. THERE CAN BE NO + # WHITESPACE HERE! You might want to use the second form. +-SLSC_ROOT = /usr/local/lib/slsc# <--- Note location of the `#' !!! +-SLSC_BIN = /usr/local/bin ++SLSC_ROOT = ${PREFIX}/share/slsc# <--- Note location of the `#' !!! ++SLSC_BIN = ${PREFIX}/bin + #--------------------------------------------------------------------------- + # 5. Misc + #--------------------------------------------------------------------------- |
