- Switch to options helpers

- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-10-14 09:39:05 +00:00
parent 717469bc37
commit 91c7902c64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514445
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ do-install:
.for m in ${SCALA_MANS}
${INSTALL_MAN} ${WRKSRC}/man/man1/${m} ${STAGEDIR}${MANPREFIX}/man/man1/${m}
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${SCALA_DOCDIRS}
(cd ${WRKSRC}/doc/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${d})

View File

@ -5,4 +5,4 @@ languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.
WWW: http://www.scala-lang.org/
WWW: https://www.scala-lang.org/