aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/lldb
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-11-28 20:13:56 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-11-28 20:13:56 +0000
commit8930262bceba1141aff0a4339e9dd4b864680bd0 (patch)
tree3d9a7b220f283d0276f6e4a0cec1c54db464fe60 /usr.bin/clang/lldb
parentdc9d21f8b04f9de4fff2bf315a5f835864002bfb (diff)
downloadsrc-8930262bceba1141aff0a4339e9dd4b864680bd0.tar.gz
src-8930262bceba1141aff0a4339e9dd4b864680bd0.zip
Fix packaging for clang, lldb and lld 3.9.0
During the upgrade of clang/llvm etc to 3.9.0 in r309124, the PACKAGE directive in the usr.bin/clang/*.mk files got dropped accidentally. Restore it, with a few minor changes and additions: * Correct license in clang.ucl to NCSA * Add PACKAGE=clang for clang and most of the "ll" tools * Put lldb in its own package * Put lld in its own package Reviewed by: gjb, jmallett X-MFC-With: 309124 Differential Revision: https://reviews.freebsd.org/D8666
Notes
Notes: svn path=/head/; revision=309262
Diffstat (limited to 'usr.bin/clang/lldb')
-rw-r--r--usr.bin/clang/lldb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index 857d6163321e..1bbbb530726e 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -2,6 +2,7 @@
.include "${SRCTOP}/lib/clang/lldb.pre.mk"
+PACKAGE= lldb
PROG_CXX= lldb
# Man page directory
.PATH: ${LLDB_SRCS}/docs