1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/lang/slib-guile/pkg-plist
Alexey Dokuchaev ca2967f171 Fix the build.
Inspired by PR:	ports/137151
2009-08-11 04:23:00 +00:00

5 lines
306 B
Plaintext

@exec ln -shf %D/share/slib %D/share/guile/1.8/slib
@exec env GUILE_IMPLEMENTATION_PATH=%%LOCALBASE%%/share/guile/1.8 %D/bin/guile -q -l %%LOCALBASE%%/share/slib/guile.init -c "(use-modules (ice-9 slib))(require 'new-catalog)"
@unexec rm -f %D/share/guile/1.8/slib
@unexec rm -f %D/share/guile/1.8/slibcat