mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
14 lines
335 B
Text
14 lines
335 B
Text
|
|
$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
|