mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
- Remove USES=perl5 - Add USES=makeinfo - Clean the patches Relnotes: https://people.csail.mit.edu/jaffer/JACAL_ANNOUNCE.txt
16 lines
508 B
Text
16 lines
508 B
Text
--- jacal.texi.orig 2020-03-30 18:15:54 UTC
|
|
+++ jacal.texi
|
|
@@ -266,11 +266,11 @@ This may involve setting up that implementation's init
|
|
LOADing a @samp{.init} file from the @file{slib} directory. Then type:
|
|
|
|
@example
|
|
-(slib:load "/usr/local/lib/jacal/math")
|
|
+(slib:load "%%PREFIX%%/lib/jacal/math")
|
|
@end example
|
|
|
|
@noindent
|
|
-where @file{/usr/local/lib/jacal/} is a path to the JACAL directory.
|
|
+where @file{%%PREFIX%%/lib/jacal/} is a path to the JACAL directory.
|
|
JACAL should then print:
|
|
|
|
@example
|