diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 65096c05e930..73fc6c253b1c 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -52,12 +52,15 @@ do-build: (cd ${WRKSRC} && \ CL_SOURCE_REGISTRY="${WRKSRC}" \ ASDF_OUTPUT_TRANSLATIONS="/:" \ + FBSD_ASDF_COMPILE_PORT=t PORTNAME=${PORTNAME} WRKSRC=${WRKSRC}/ \ ${SBCL} \ - --eval "(asdf:oos 'asdf:compile-op :${PORTNAME})" \ - --eval "(load \"load-stumpwm.lisp\")" \ - --eval "(load \"manual.lisp\")" \ - --eval "(stumpwm::generate-manual)" \ - --eval "(sb-ext:quit)" && \ + --noinform --no-sysinit --no-userinit \ + --eval '#.(load "${LOCALBASE}/etc/asdf-init")' \ + --eval "(asdf:oos 'asdf:compile-op :${PORTNAME} :force t)" \ + --eval '(load "load-stumpwm.lisp")' \ + --eval '(load "manual.lisp")' \ + --eval '(stumpwm::generate-manual)' \ + --eval '(sb-ext:quit)' && \ makeinfo stumpwm.texi) do-install: