- Fetch the LEGAL file instead of checking it out from CVS; it does not
required setting up CVSROOT and the CVS repo is not the main repo anymore (and we already use fetch(1) elsewhere) - Clean up the corresponding parts in translations, use a single copy of LEGAL from the English pages Approved by: doceng (implicit)
This commit is contained in:
parent
056e74b19c
commit
7612b1576b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39353
5 changed files with 5 additions and 80 deletions
en_US.ISO8859-1/htdocs/copyright
fr_FR.ISO8859-1/htdocs/copyright
ja_JP.eucJP/htdocs/copyright
ru_RU.KOI8-R/htdocs/copyright
|
@ -16,24 +16,11 @@ DOCS+= trademarks.sgml
|
|||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
CVS_READONLY?= YES
|
||||
CVS_OPT+= -Q
|
||||
.if !empty(CVS_READONLY)
|
||||
CVS_OPT+= -R
|
||||
.endif
|
||||
DATA+= COPYING COPYING.LIB LEGAL
|
||||
|
||||
DATA+= COPYING COPYING.LIB ${LEGAL}
|
||||
CLEANFILES+= LEGAL
|
||||
|
||||
# FreeBSD Ports redistribution restrictions
|
||||
LEGAL= LEGAL
|
||||
LEGAL_FILE= ports/LEGAL
|
||||
CLEANFILES+= ${LEGAL}
|
||||
.if defined(NOPORTSCVS)
|
||||
${LEGAL}: $${PORTSBASE}/${LEGAL_FILE}
|
||||
${CP} ${PORTSBASE}/${LEGAL_FILE} ${LEGAL}
|
||||
.else
|
||||
${LEGAL}:
|
||||
${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
|
||||
.endif
|
||||
LEGAL:
|
||||
${FETCH} http://svn.freebsd.org/ports/head/LEGAL
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -19,25 +19,4 @@ DOCS+= trademarks.sgml
|
|||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
CVS_READONLY?= YES
|
||||
CVS_OPT+= -Q
|
||||
.if !empty(CVS_READONLY)
|
||||
CVS_OPT+= -R
|
||||
.endif
|
||||
|
||||
|
||||
DATA+= COPYING COPYING.LIB ${LEGAL}
|
||||
|
||||
# FreeBSD Ports redistribution restrictions
|
||||
LEGAL= LEGAL
|
||||
LEGAL_FILE= ports/LEGAL
|
||||
CLEANFILES+= ${LEGAL}
|
||||
.if defined(NOPORTSCVS)
|
||||
${LEGAL}: $${PORTSBASE}/${LEGAL_FILE}
|
||||
${CP} ${PORTSBASE}/${LEGAL_FILE} ${LEGAL}
|
||||
.else
|
||||
${LEGAL}:
|
||||
${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<h2><a href="trademarks.html">Marques Déposées</a></h2>
|
||||
<h2><a href="license.html">Le Copyright BSD</a></h2>
|
||||
<h2><a href="daemon.html">Le Démon BSD</a></h2>
|
||||
<h2><a href="LEGAL">Restrictions sur la redistribution des Ports FreeBSD</a></h2>
|
||||
<h2><a href="&enbase;/copyright/LEGAL">Restrictions sur la redistribution des Ports FreeBSD</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/>
|
||||
|
|
|
@ -18,25 +18,4 @@ DOCS+= trademarks.sgml
|
|||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
CVS_READONLY?= YES
|
||||
CVS_OPT+= -Q
|
||||
.if !empty(CVS_READONLY)
|
||||
CVS_OPT+= -R
|
||||
.endif
|
||||
|
||||
|
||||
# DATA+= COPYING COPYING.LIB ${LEGAL}
|
||||
|
||||
# FreeBSD Ports redistribution restrictions
|
||||
#LEGAL= LEGAL
|
||||
#LEGAL_FILE= ports/LEGAL
|
||||
#CLEANFILES+= ${LEGAL}
|
||||
#.if defined(NOPORTSCVS)
|
||||
#${LEGAL}: $${PORTSBASE}/${LEGAL_FILE}
|
||||
# ${CP} ${PORTSBASE}/${LEGAL_FILE} LEGAL
|
||||
#.else
|
||||
#${LEGAL}:
|
||||
# ${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
|
||||
#.endif
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -20,24 +20,4 @@ DOCS+= trademarks.sgml
|
|||
|
||||
INDEXLINK= copyright.html
|
||||
|
||||
CVS_READONLY?= YES
|
||||
CVS_OPT+= -Q
|
||||
.if !empty(CVS_READONLY)
|
||||
CVS_OPT+= -R
|
||||
.endif
|
||||
|
||||
#DATA+= COPYING COPYING.LIB ${LEGAL}
|
||||
|
||||
## FreeBSD Ports redistribution restrictions
|
||||
#LEGAL= LEGAL
|
||||
#LEGAL_FILE= ports/LEGAL
|
||||
#CLEANFILES+= ${LEGAL}
|
||||
#.if defined(NOPORTSCVS)
|
||||
#${LEGAL}: $${PORTSBASE}/${LEGAL_FILE}
|
||||
# ${CP} ${PORTSBASE}/${LEGAL_FILE} ${LEGAL}
|
||||
#.else
|
||||
#${LEGAL}:
|
||||
# ${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
|
||||
#.endif
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue