Date: Mon, 1 Jul 2002 21:15:55 +0200 (CEST) From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: www/40089: www/en/Makefile: linbot -> webcheck Message-ID: <200207011915.g61JFtgD066438@gits.gits.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 40089 >Category: www >Synopsis: www/en/Makefile: linbot -> webcheck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 01 12:20:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.6-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.6-STABLE FreeBSD 4.6-STABLE #15: Sun Jun 23 06:31:23 CEST 2002 root@gits:/disk2/freebsd/src/sys/compile/CUSTOM i386 >Description: The linbot port has been removed. The author stopped development after the company behind linKbot claimed trademark violations. Fortunately, Mike W. Meyer picked it up, and the newly renamed and improved version is now known as www/webcheck. www/en/Makefile LINBOT -> WEBCHECK >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/Makefile,v retrieving revision 1.84 diff -u -r1.84 Makefile --- Makefile 27 Jun 2002 19:55:40 -0000 1.84 +++ Makefile 1 Jul 2002 18:31:09 -0000 @@ -91,20 +91,20 @@ CLEANFILES+= index.html index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl - ${XSLTPROC} ${XSLTPROCOPTS} -o index.html \ + ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml .if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} index.html + -${TIDY} ${TIDYOPTS} ${.TARGET} .endif -LINBOT?= ${PREFIX}/bin/linbot -LINBOTOPTS?= -ab -LINBOTDIR?= /linbot -LINBOTINSTALLDIR?= ${DESTDIR}${LINBOTDIR} -LINBOTURL?= http://www.FreeBSD.org/ +WEBCHECK?= ${PREFIX}/bin/webcheck +WEBCHECKOPTS?= -ab ${WEBCHECKFLAGS} +WEBCHECKDIR?= /webcheck +WEBCHECKINSTALLDIR?= ${DESTDIR}${WEBCHECKDIR} +WEBCHECKURL?= http://www.FreeBSD.org/ -linbot: - @[ -d ${LINBOTINSTALLDIR} ] || ${MKDIR} ${LINBOTINSTALLDIR} - ${LINBOT} ${LINBOTOPTS} -o ${LINBOTINSTALLDIR} ${LINBOTURL} +webcheck: + @[ -d ${WEBCHECKINSTALLDIR} ] || ${MKDIR} ${WEBCHECKINSTALLDIR} + ${WEBCHECK} ${WEBCHECKOPTS} -o ${WEBCHECKINSTALLDIR} ${WEBCHECKURL} .include "${WEB_PREFIX}/share/mk/web.site.mk" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207011915.g61JFtgD066438>