diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-13 20:52:22 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-13 20:52:22 +0800 |
commit | f809e0aeb2cb59ed20f28c6e3281bbbb07708e99 (patch) | |
tree | 101747e040544ccda3d4c7416e5b464c3d5895da /textproc/cl-ppcre | |
parent | e24a0c06d696632c2538d122d7ec95ac873a77df (diff) | |
download | freebsd-ports-gnome-f809e0aeb2cb59ed20f28c6e3281bbbb07708e99.tar.gz freebsd-ports-gnome-f809e0aeb2cb59ed20f28c6e3281bbbb07708e99.tar.zst freebsd-ports-gnome-f809e0aeb2cb59ed20f28c6e3281bbbb07708e99.zip |
Always use " -sf".
Diffstat (limited to 'textproc/cl-ppcre')
-rw-r--r-- | textproc/cl-ppcre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |