summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2010-10-14 19:29:22 +0000
committerBrooks Davis <brooks@FreeBSD.org>2010-10-14 19:29:22 +0000
commita7969d49cd95dd316344a9f87a90d6112c08d35d (patch)
tree0d240c2d3c6d2345251b7aa8d3cfa72c7a18555b /lang
parentForced commit to record repocopy from devel/clang to lang/clang and (diff)
Move devel/clang to lang/clang since compilers typically live in lang.
PR: ports/151340
Notes
Notes: svn path=/head/; revision=263005
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/clang/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 46173feb97c6..19d2f65fef53 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -29,6 +29,7 @@
SUBDIR += chicken
SUBDIR += cim
SUBDIR += cint
+ SUBDIR += clang
SUBDIR += clips
SUBDIR += clisp
SUBDIR += clojure
diff --git a/lang/clang/Makefile b/lang/clang/Makefile
index 8c7bcf22c614..50f49b6ab3b5 100644
--- a/lang/clang/Makefile
+++ b/lang/clang/Makefile
@@ -8,7 +8,7 @@
PORTNAME= clang
PORTVERSION= 2.8
PORTREVISION= 2
-CATEGORIES= devel lang
+CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
EXTRACT_SUFX= .tgz
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \