svn commit: r344403 - head/devel/cl-asdf

Antoine Brodin antoine at FreeBSD.org
Sat Feb 15 15:12:38 UTC 2014


Author: antoine
Date: Sat Feb 15 15:12:37 2014
New Revision: 344403
URL: http://svnweb.freebsd.org/changeset/ports/344403
QAT: https://qat.redports.org/buildarchive/r344403/

Log:
  Make it possible to stage some common lisp ports

Modified:
  head/devel/cl-asdf/bsd.cl-asdf.mk

Modified: head/devel/cl-asdf/bsd.cl-asdf.mk
==============================================================================
--- head/devel/cl-asdf/bsd.cl-asdf.mk	Sat Feb 15 15:09:30 2014	(r344402)
+++ head/devel/cl-asdf/bsd.cl-asdf.mk	Sat Feb 15 15:12:37 2014	(r344403)
@@ -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)
 


More information about the svn-ports-head mailing list