diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-13 12:52:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-13 12:52:22 +0000 |
commit | d4409fc88e453331ef010427aa22af9c1e3fb89b (patch) | |
tree | adca6352280085bd228275796a8fb5aa4fedadb3 /devel/cl-port | |
parent | d5735321b638340cc5f9566fd429ee14a80d0dc5 (diff) | |
download | ports-d4409fc88e453331ef010427aa22af9c1e3fb89b.tar.gz ports-d4409fc88e453331ef010427aa22af9c1e3fb89b.zip |
Notes
Diffstat (limited to 'devel/cl-port')
-rw-r--r-- | devel/cl-port/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cl-port/Makefile b/devel/cl-port/Makefile index 149e07dbf4a4..32a1849a8d26 100644 --- a/devel/cl-port/Makefile +++ b/devel/cl-port/Makefile @@ -30,7 +30,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/clocc-port.asd ${CL_LIBDIR}/port/port.asd @${INSTALL_DATA} ${WRKSRC}/port.system ${CL_LIBDIR}/port/port.system @${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/port/ - @${LN} -s ${CL_LIBDIR}/port/port.asd ${CL_LIBDIR}/system-registry/port.asd + @${LN} -sf ${CL_LIBDIR}/port/port.asd ${CL_LIBDIR}/system-registry/port.asd .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/port.html ${DOCSDIR} |