Files
pkgsrc-ng/lang/sbcl/patches/patch-ab
2016-11-18 22:39:22 +01:00

25 lines
887 B
Plaintext

$NetBSD: patch-ab,v 1.6 2016/05/06 20:33:59 asau Exp $
Honor PREFIX.
--- doc/sbcl.1.orig 2016-04-28 14:23:40.000000000 +0000
+++ doc/sbcl.1
@@ -427,7 +427,7 @@ years. See the CREDITS file in the distr
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
-\fB/usr/local/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party
+\fB@PREFIX@/lib/sbcl/\fR but may have been changed \fIe.g.\fR by a third-party
packager.
.SH FILES
@@ -461,7 +461,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 \fIe.g.\fR
.IP
-.B /usr/local/share/doc/sbcl/
+.B @PREFIX@/share/doc/sbcl/
.PP
See the SBCL homepage
.IP