aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-uffi-sbcl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-12 21:32:07 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-12 21:32:07 +0000
commit124bd509d955fd50aab5844a6bd7499f50bd10a2 (patch)
tree582a2e08ecb7ebce4e85f9c2a4acf3c7ee96f5fd /devel/cl-uffi-sbcl
parent1b469086964a9998aa78737cbd4d6bfadeadf3b6 (diff)
downloadports-124bd509d955fd50aab5844a6bd7499f50bd10a2.tar.gz
ports-124bd509d955fd50aab5844a6bd7499f50bd10a2.zip
Notes
Diffstat (limited to 'devel/cl-uffi-sbcl')
-rw-r--r--devel/cl-uffi-sbcl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cl-uffi-sbcl/Makefile b/devel/cl-uffi-sbcl/Makefile
index f69c2f3a2a67..9db0b0334dfe 100644
--- a/devel/cl-uffi-sbcl/Makefile
+++ b/devel/cl-uffi-sbcl/Makefile
@@ -26,14 +26,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-por
CL_LIBDIR?= ${LOCALBASE}/lib/common-lisp
do-build:
- WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
+ @FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
sbcl --noinform --userinit /dev/null --disable-debugger \
--eval '#.(load "${LOCALBASE}/etc/asdf-init")' \
--eval "(asdf:oos 'asdf:compile-op :uffi)" \
--eval "(quit)"
do-install:
- ${MKDIR} ${CL_LIBDIR}/uffi/src/sbclfasl
- ${INSTALL_DATA} ${WRKSRC}/*.fasl ${CL_LIBDIR}/uffi/src/sbclfasl/
+ @${MKDIR} ${CL_LIBDIR}/uffi/src/sbclfasl
+ @${INSTALL_DATA} ${WRKSRC}/*.fasl ${CL_LIBDIR}/uffi/src/sbclfasl/
.include <bsd.port.mk>