aboutsummaryrefslogtreecommitdiff
path: root/textproc/cl-ppcre-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 /textproc/cl-ppcre-sbcl
parent1b469086964a9998aa78737cbd4d6bfadeadf3b6 (diff)
downloadports-124bd509d955fd50aab5844a6bd7499f50bd10a2.tar.gz
ports-124bd509d955fd50aab5844a6bd7499f50bd10a2.zip
Notes
Diffstat (limited to 'textproc/cl-ppcre-sbcl')
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index db6bd53f5974..c42114bbd601 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -9,8 +9,8 @@ PORTVERSION= 0.5.4
CATEGORIES= textproc lisp
MASTER_SITES= http://weitz.de/files/
PKGNAMESUFFIX= -sbcl
-DISTFILES= # use installed sources from CL_LIBDIR
-EXTRACT_ONLY= # use installed sources from CL_LIBDIR
+DISTFILES= # use installed sources from CL_LIBDIR
+EXTRACT_ONLY= # use installed sources from CL_LIBDIR
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
@@ -23,14 +23,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/text
sbcl:${PORTSDIR}/lang/sbcl
do-build:
- FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
+ @FBSD_ASDF_COMPILE_PORT=t WRKSRC=${WRKSRC}/ \
sbcl --noinform --userinit /dev/null \
--eval '#.(load "${LOCALBASE}/etc/asdf-init")' \
--eval "(asdf:oos 'asdf:compile-op :cl-ppcre)" \
--eval "(quit)"
do-install:
- ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl
- ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl/
+ @${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl
+ @${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/sbclfasl/
.include <bsd.port.mk>