aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-infix-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-infix-sbcl
parent1b469086964a9998aa78737cbd4d6bfadeadf3b6 (diff)
Notes
Diffstat (limited to 'devel/cl-infix-sbcl')
-rw-r--r--devel/cl-infix-sbcl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile
index d77c7a5110e1..79aa5c7e1ab4 100644
--- a/devel/cl-infix-sbcl/Makefile
+++ b/devel/cl-infix-sbcl/Makefile
@@ -8,8 +8,8 @@ PORTNAME= infix
DISTVERSION= 19960628
CATEGORIES= devel lisp
MASTER_SITES= http://ftp.linux.org.uk/pub/lisp/cclan/ \
- ftp://ftp.ntnu.no/pub/lisp/cclan/ \
- http://thingamy.com/cclan/ \
+ ftp://ftp.ntnu.no/pub/lisp/cclan/ \
+ http://thingamy.com/cclan/ \
http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/
PKGNAMEPREFIX= cl-
PKGNAMESUFFIX= -sbcl
@@ -29,14 +29,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-por
NO_CDROM= No fees or compensation can be charged
do-build:
- WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
+ @FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
sbcl --noinform --userinit /dev/null \
--eval '#.(load "${LOCALBASE}/etc/asdf-init")' \
--eval "(asdf:oos 'asdf:compile-op :infix)" \
--eval "(quit)"
do-install:
- ${MKDIR} ${PREFIX}/lib/common-lisp/infix/sbclfasl
- ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/infix/sbclfasl/
+ @${MKDIR} ${PREFIX}/lib/common-lisp/infix/sbclfasl
+ @${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/infix/sbclfasl/
.include <bsd.port.mk>