Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 14:51:02 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/133567: [patch] doc/Makefile switch to csup
Message-ID:  <200904101451.n3AEp2e1009411@www.freebsd.org>
Resent-Message-ID: <200904101500.n3AF0CRF021055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133567
>Category:       docs
>Synopsis:       [patch] doc/Makefile switch to csup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 10 15:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        
>Organization:
private
>Environment:
>Description:
Use csup for updates in /usr/doc/Makefile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: doc/Makefile
@@ -29,8 +29,8 @@
 
 DOC_PREFIX?=   ${.CURDIR}
 
-SUP?=		${PREFIX}/bin/cvsup
-SUPFLAGS?=	-g -L 2 -P -
+SUP?=		/usr/bin/csup
+SUPFLAGS?=	-L 2
 .if defined(SUPHOST)
 SUPFLAGS+=	-h ${SUPHOST}
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904101451.n3AEp2e1009411>