diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-15 15:12:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-15 15:12:37 +0000 |
commit | ca64a0701b4e1b03faec2701681b348ea005f6c8 (patch) | |
tree | bf01d7d865ecb7a92063bb9919f9ac8190eb0b14 | |
parent | - Add stage support (diff) |
Make it possible to stage some common lisp ports
-rw-r--r-- | devel/cl-asdf/bsd.cl-asdf.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cl-asdf/bsd.cl-asdf.mk b/devel/cl-asdf/bsd.cl-asdf.mk index c17711b172ff..5af2d0c5f2d2 100644 --- a/devel/cl-asdf/bsd.cl-asdf.mk +++ b/devel/cl-asdf/bsd.cl-asdf.mk @@ -106,8 +106,8 @@ do-build: .if !target(do-install) do-install: - @${MKDIR} ${FASL_PATHNAME} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${FASL_PATHNAME} + @${MKDIR} ${STAGEDIR}${FASL_PATHNAME} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FASL_PATHNAME} .endif # !target(do-install) |