Do ${LN} -fs instead of just ${LN} -s to make portupgrade happy.
Submitted by: roberto
This commit is contained in:
parent
961a5675c5
commit
31c02e1658
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43933
@ -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}/
|
||||
|
Loading…
Reference in New Issue
Block a user