mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9675aa365a
Requested by: obrien
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -18,7 +18,7 @@
|
|
# 6. Build tools, runtime, docs.
|
|
#
|
|
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
|
|
- tools runtime docs
|
|
+ tools runtime %%DOCSRCDIR%%
|
|
|
|
OPTIONAL_DIRS := examples projects bindings
|
|
EXTRA_DIST := test llvm.spec include win32 Xcode
|