Don't try to handle COPYING, COPYING.LIB and LEGAL files. Use english versions.

It should fix problem with webupdate reported by wosch.
This commit is contained in:
Alexey Zelkin 1999-11-03 10:48:37 +00:00
parent 50dd8689d7
commit 5239a57282
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6009

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/copyright/Makefile,v 1.9 1999/09/19 11:10:34 wosch Exp $
# $FreeBSD: www/ru/copyright/Makefile,v 1.1 1999/11/01 05:02:54 andy Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -18,18 +18,18 @@ CVS_OPT+= -R
.endif
DATA+= COPYING COPYING.LIB ${LEGAL}
#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}: $${CVSROOT}/${LEGAL_FILE},v
cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
.endif
## 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}: $${CVSROOT}/${LEGAL_FILE},v
# cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET}
#.endif
.include "../web.mk"