head	1.3;
access;
symbols
	RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.12.10.15.09.00;	author brooks;	state dead;
branches;
next	1.2;

1.2
date	2010.10.08.14.00.31;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.30.16.43.50;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Rather than relying on some hackish patches use thre --disable-docs
configure option in the NOPORTDOCS case.

This should result in no changes to packages.
@
text
@
$FreeBSD: ports/lang/clang-devel/files/patch-tools_clang_Makefile,v 1.2 2010/10/08 14:00:31 brooks Exp $

--- tools/clang/Makefile.orig
+++ tools/clang/Makefile
@@@@ -14,7 +14,7 @@@@
 
 IS_TOP_LEVEL := 1
 CLANG_LEVEL := .
-DIRS := include lib tools runtime docs
+DIRS := include lib tools runtime %%DOCSRCDIR%%
 
 PARALLEL_DIRS :=
 
@


1.2
log
@Upgrade LLVM, Clang, and llvm-gcc to 2.8 release.

The Clang port has now been updated to avoid building LLVM twice.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Actually add the patch that makes the previous commt work.
@
text
@d6 6
a11 4
@@@@ -1,5 +1,5 @@@@
 LEVEL = ../..
-DIRS := include lib tools docs
+DIRS := include lib tools %%DOCSRCDIR%%
@

