summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parent- Update to 0.33 (diff)
Always use " -sf".
Notes
Notes: svn path=/head/; revision=247810
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cl-meta/Makefile2
-rw-r--r--textproc/cl-ppcre/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile
index 53d97c8cdb42..fabcfdaebe1d 100644
--- a/textproc/cl-meta/Makefile
+++ b/textproc/cl-meta/Makefile
@@ -28,7 +28,7 @@ do-install:
@${MKDIR} ${CL_LIBDIR}/meta
@${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/meta/
@${INSTALL_DATA} ${WRKSRC}/meta.asd ${CL_LIBDIR}/meta/
- @${LN} -s ${CL_LIBDIR}/meta/meta.asd ${CL_LIBDIR}/system-registry/meta.asd
+ @${LN} -sf ${CL_LIBDIR}/meta/meta.asd ${CL_LIBDIR}/system-registry/meta.asd
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/Prag-Parse.* ${DOCSDIR}
diff --git a/textproc/cl-ppcre/Makefile b/textproc/cl-ppcre/Makefile
index 8a003ef488a1..0c61daaa7bf4 100644
--- a/textproc/cl-ppcre/Makefile
+++ b/textproc/cl-ppcre/Makefile
@@ -38,8 +38,8 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/cl-ppcre.asd ${CL_LIBDIR}/cl-ppcre/
@${INSTALL_DATA} ${WRKSRC}/cl-ppcre.system ${CL_LIBDIR}/cl-ppcre/
- @${LN} -s ${CL_LIBDIR}/cl-ppcre/cl-ppcre.asd ${CL_LIBDIR}/system-registry/cl-ppcre.asd
- @${LN} -s ${CL_LIBDIR}/cl-ppcre/cl-ppcre.system ${CL_LIBDIR}/system-registry/cl-ppcre.system
+ @${LN} -sf ${CL_LIBDIR}/cl-ppcre/cl-ppcre.asd ${CL_LIBDIR}/system-registry/cl-ppcre.asd
+ @${LN} -sf ${CL_LIBDIR}/cl-ppcre/cl-ppcre.system ${CL_LIBDIR}/system-registry/cl-ppcre.system
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}