| Summary: | www/en/Makefile: linbot -> webcheck | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Cyrille Lefevre <cyrille.lefevre> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Cyrille Lefevre
2002-07-01 20:20:05 UTC
State Changed From-To: open->closed I slightly altered version committed! Thanks alot for taking the time to do this, you've saved me some time! Someone beat me to the work LOL! It was on my list of things to complete today... I'll look over your patch, and hopefully apply it soon ;) On Mon, 1 Jul 2002 21:15:55 +0200 (CEST) Cyrille Lefevre <cyrille.lefevre@laposte.net> wrote: > > >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 > -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key |