diff options
author | jonb <jonb> | 2005-06-23 03:00:20 +0000 |
---|---|---|
committer | jonb <jonb> | 2005-06-23 03:00:20 +0000 |
commit | 46a20bdc126ca9a07812badc84bfc745cfb0e154 (patch) | |
tree | caaea74df85e29611b17d0fff51dec3fc2a41c63 /lang/sbcl/patches/patch-ab | |
parent | cb12beb031ea35664e761e25f937e2cea9f4030a (diff) | |
download | pkgsrc-46a20bdc126ca9a07812badc84bfc745cfb0e154.tar.gz |
Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime
system for ANSI Common Lisp. It provides an interactive environment
including an integrated native compiler, a debugger, and many
extensions.
Diffstat (limited to 'lang/sbcl/patches/patch-ab')
-rw-r--r-- | lang/sbcl/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/sbcl/patches/patch-ab b/lang/sbcl/patches/patch-ab new file mode 100644 index 00000000000..7927f3fd8bf --- /dev/null +++ b/lang/sbcl/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2005/06/23 03:00:20 jonb Exp $ + +--- doc/sbcl.1.orig 2005-05-05 21:08:44.000000000 +0000 ++++ doc/sbcl.1 +@@ -472,7 +472,7 @@ place to look for support. + This variable controls where files like "sbclrc", "sbcl.core", and the + add-on "contrib" systems are searched for. If it is not set, then + sbcl sets it from a compile-time default location which is usually +-/usr/local/lib/sbcl/ but may have been changed e.g. by a third-party ++@PREFIX@/lib/sbcl/ but may have been changed e.g. by a third-party + packager. + + .SH FILES +@@ -512,7 +512,7 @@ been installed, the command + should give you access to the complete manual. Depending on your + installation it may also be available in HTML and PDF formats in eg. + .IP +-.B /usr/local/share/doc/sbcl/ ++.B @PREFIX@/share/doc/sbcl/ + .PP + See the SBCL homepage + .IP |