Added index page.
Distribute /ports/LEGAL
This commit is contained in:
parent
073598f6ee
commit
78ece4a258
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3353
2 changed files with 34 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 1998-08-11 11:43:51 wosch Exp $
|
||||
# $Id: Makefile,v 1.4 1998-08-16 12:51:02 wosch Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -6,7 +6,16 @@
|
|||
|
||||
DOCS= license.sgml
|
||||
DOCS+= daemon.sgml
|
||||
DOCS+= copyright.sgml
|
||||
|
||||
DATA+= COPYING COPYING.LIB
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
DATA+= COPYING COPYING.LIB ${LEGAL}
|
||||
|
||||
# FreeBSD Ports redistribution restrictions
|
||||
LEGAL= LEGAL
|
||||
CLEANFILES+= ${LEGAL}
|
||||
${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
||||
co -q -p ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
23
en/copyright/copyright.sgml
Normal file
23
en/copyright/copyright.sgml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-16 12:51:02 $">
|
||||
<!ENTITY title "FreeBSD Copyright">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: copyright.sgml,v 1.1 1998-08-16 12:51:02 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p></p>
|
||||
|
||||
<h2><a href="license.html">The FreeBSD 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="COPYING">GNU GENERAL PUBLIC LICENSE</a></h2>
|
||||
<h2><a href="COPYING.LIB">GNU LIBRARY GENERAL PUBLIC LICENSE</a></h2>
|
||||
<p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue