summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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