pkgsrc/lang/sbcl/patches/patch-ab
jonb dfc9dd2351 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.
2005-06-23 03:00:20 +00:00

22 lines
831 B
Text

$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