Date: Thu, 8 Apr 1999 14:21:46 +0200 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: Tom Hukins <tom@eborcom.com>, freebsd-doc@FreeBSD.ORG Subject: Re: docs/10099: Building the Web site without a local CVS repository Message-ID: <19990408142146.A29876@cs.tu-berlin.de> In-Reply-To: <199904061710.KAA74145@freefall.freebsd.org>; from Tom Hukins on Tue, Apr 06, 1999 at 10:10:02AM -0700 References: <199904061710.KAA74145@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On 1999-04-06 10:10:02 -0700, Tom Hukins wrote:
> --- en/copyright/Makefile.orig Sat Oct 17 11:18:42 1998
> +++ en/copyright/Makefile Sun Feb 14 18:00:47 1999
> @@ -16,7 +16,12 @@
> # FreeBSD Ports redistribution restrictions
> LEGAL= LEGAL
> CLEANFILES+= ${LEGAL}
> +.if defined(NOCVS)
should be
.if defined(NOCVS) && !empty(NOCVS)
similar for all other Makefiles.
Without this patch there is no way to unset the variable
NOCVS.
--
Wolfram Schneider <wosch@freebsd.org> http://wolfram.schneider.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990408142146.A29876>
