aboutsummaryrefslogtreecommitdiff
path: root/devel/libc++
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 17:54:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-29 17:54:50 +0000
commitc90d63d2e4ea1e55bcf8c32b17ccd29f45b4437f (patch)
tree1fa22b3c0893ca3359abedbb560388d6904849c6 /devel/libc++
parent073942c880a4e31c6e91aaef30f6d9a64633ad26 (diff)
Notes
Diffstat (limited to 'devel/libc++')
-rw-r--r--devel/libc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libc++/Makefile b/devel/libc++/Makefile
index 224c57b8d67f..17a51b73119b 100644
--- a/devel/libc++/Makefile
+++ b/devel/libc++/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= ${SVN_REV}
CATEGORIES= devel
MASTER_SITES= LOCAL/kwm
-MAINTAINER= kwm@FreeBSD.org
+MAINTAINER= bapt@FreeBSD.org
COMMENT= Llvm's C++ standard library with c++11 support
BUILD_DEPENDS= clang33:${PORTSDIR}/lang/clang33