From 62a15d733469b31c873f26d25c715a62a775d871 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Jan 2000 06:23:25 +0000 Subject: Adding slsc version 0.2.3. An enhanced slang-based version of the sc spreadsheet program. PR: 15971 Submitted by: Jonathan McDowell --- math/slsc/files/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/slsc/files/patch-ab (limited to 'math/slsc/files/patch-ab') 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 + #--------------------------------------------------------------------------- -- cgit v1.2.3