Just link to svnweb for ports/LEGAL instead of having to rely ugly
hacks to get the file into the build. The specific reason for the fix is that http://svn.FreeBSD.org/ doesn't work in new www build jail, and while that could be fixed the doc build shouldn't go to the interweb to fetch things in the first place, so we might as well do this right.
This commit is contained in:
parent
a962de31f0
commit
348a343f67
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40529
2 changed files with 3 additions and 7 deletions
en_US.ISO8859-1/htdocs/copyright
|
@ -16,11 +16,6 @@ DOCS+= trademarks.xml
|
|||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
DATA+= COPYING COPYING.LIB LEGAL
|
||||
|
||||
CLEANFILES+= LEGAL
|
||||
|
||||
LEGAL:
|
||||
${FETCH} http://svn.freebsd.org/ports/head/LEGAL
|
||||
DATA+= COPYING COPYING.LIB
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
<h2><a href="trademarks.html">Trademark Legend</a></h2>
|
||||
<h2><a href="license.html">The BSD Copyright</a></h2>
|
||||
<h2><a href="daemon.html">The BSD Daemon</a></h2>
|
||||
<h2><a href="LEGAL">FreeBSD Ports redistribution restrictions</a></h2>
|
||||
<h2><a href="http://svnweb.FreeBSD.org/ports/head/LEGAL?revision=HEAD&view=co">FreeBSD
|
||||
Ports redistribution restrictions</a></h2>
|
||||
<h2><a href="COPYING">GNU GENERAL PUBLIC LICENSE</a></h2>
|
||||
<h2><a href="COPYING.LIB">GNU LIBRARY GENERAL PUBLIC LICENSE</a></h2>
|
||||
<h2><a href="&base;/privacy.html">FreeBSD's Privacy Policy</a></h2>
|
||||
|
|
Loading…
Reference in a new issue