From f809e0aeb2cb59ed20f28c6e3281bbbb07708e99 Mon Sep 17 00:00:00 2001 From: olgeni Date: Wed, 13 Jan 2010 12:52:22 +0000 Subject: Always use " -sf". --- devel/cl-port/Makefile | 2 +- devel/cl-split-sequence/Makefile | 2 +- textproc/cl-meta/Makefile | 2 +- textproc/cl-ppcre/Makefile | 4 ++-- www/cl-lml/Makefile | 2 +- 5 files changed, 6 insertions(+), 6 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} diff --git a/devel/cl-split-sequence/Makefile b/devel/cl-split-sequence/Makefile index f2eaad7b2520..20d0e9b19fc9 100644 --- a/devel/cl-split-sequence/Makefile +++ b/devel/cl-split-sequence/Makefile @@ -27,6 +27,6 @@ do-install: @${MKDIR} ${CL_LIBDIR}/split-sequence @${INSTALL_DATA} ${WRKSRC}/split-sequence.lisp ${CL_LIBDIR}/split-sequence/ @${INSTALL_DATA} ${WRKSRC}/split-sequence.asd ${CL_LIBDIR}/split-sequence/ - @${LN} -s ${CL_LIBDIR}/split-sequence/split-sequence.asd ${CL_LIBDIR}/system-registry/split-sequence.asd + @${LN} -sf ${CL_LIBDIR}/split-sequence/split-sequence.asd ${CL_LIBDIR}/system-registry/split-sequence.asd .include 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} diff --git a/www/cl-lml/Makefile b/www/cl-lml/Makefile index 7f54ae059376..578e694a24f1 100644 --- a/www/cl-lml/Makefile +++ b/www/cl-lml/Makefile @@ -29,7 +29,7 @@ do-install: @${MKDIR} ${CL_LIBDIR}/lml @${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/lml @${INSTALL_DATA} ${WRKSRC}/lml.asd ${CL_LIBDIR}/lml - @${LN} -s ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd + @${LN} -sf ${CL_LIBDIR}/lml/lml.asd ${CL_LIBDIR}/system-registry/lml.asd .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${PORTDOCS} -- cgit