diff options
author | stephen <stephen@FreeBSD.org> | 2015-11-23 00:55:34 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-11-23 00:55:34 +0800 |
commit | b627f59930c789e8ac0f1b92e4eaf4dc0de4c854 (patch) | |
tree | 7227d715b65bac1b0a4be3567ff203393f21fe48 /math/vtk6 | |
parent | 4abe07cbec97c7bdae5838ba283b4656dd3775b5 (diff) | |
download | freebsd-ports-gnome-b627f59930c789e8ac0f1b92e4eaf4dc0de4c854.tar.gz freebsd-ports-gnome-b627f59930c789e8ac0f1b92e4eaf4dc0de4c854.tar.zst freebsd-ports-gnome-b627f59930c789e8ac0f1b92e4eaf4dc0de4c854.zip |
- Give maintainership to stephen@, This will help him track subtle C++
errors. These errors also break cad/netgen.
Diffstat (limited to 'math/vtk6')
-rw-r--r-- | math/vtk6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index ca5f28fa1d6b..5438e9b17208 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 6 DISTNAME= ${PORTNAME:tu}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@FreeBSD.org COMMENT= The Visualization Toolkit LICENSE= BSD3CLAUSE |