Files
ports/lang/clisp/files/pkg-message.in
T
Joseph Mingrone 7f68336ed1 */*-clisp: Add CLISP fasl ports
Differential Revision:	https://reviews.freebsd.org/D48089
Sponsored by:	The FreeBSD Foundation
2024-12-19 22:31:48 -04:00

20 lines
470 B
Plaintext

[
{ type: install
message: <<EOM
To work with Common Lisp ports, create ~/.clisprc with this line:
(load "%%PREFIX%%/etc/cl-freebsd-asdf-init.lisp")
Emacs and Vim editing facilities for CLISP were installed into:
%%DATADIR%%
And you will have to symlink/copy the files to the corresponding directories.
For global installation:
Emacs: %%PREFIX%%/share/emacs/site-lisp
Vim: $VIMRUNTIME/vimfiles/after/syntax
Alternatively you may do per-user installations.
EOM
}
]