aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-port
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-13 12:52:22 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-13 12:52:22 +0000
commitd4409fc88e453331ef010427aa22af9c1e3fb89b (patch)
treeadca6352280085bd228275796a8fb5aa4fedadb3 /devel/cl-port
parentd5735321b638340cc5f9566fd429ee14a80d0dc5 (diff)
downloadports-d4409fc88e453331ef010427aa22af9c1e3fb89b.tar.gz
ports-d4409fc88e453331ef010427aa22af9c1e3fb89b.zip
Always use " -sf".
Notes
Notes: svn path=/head/; revision=247810
Diffstat (limited to 'devel/cl-port')
-rw-r--r--devel/cl-port/Makefile2
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}