Do ${LN} -fs instead of just ${LN} -s to make portupgrade happy.

Submitted by:	roberto
This commit is contained in:
Akinori MUSHA 2001-06-13 08:36:08 +00:00
parent 961a5675c5
commit 31c02e1658
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43933

View File

@ -62,7 +62,7 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${CP} -R ${WRKSRC}/test/* ${WRKSRC}/example/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${LN} -s . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test
${LN} -fs . ${RUBY_EXAMPLESDIR}/${PORTNAME}/test
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/