diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-30 16:33:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-30 16:33:48 +0800 |
commit | dfe93ae21e0aab96f9dc4f201573556402cabd65 (patch) | |
tree | 6c42081fc6bc183504289b5110e723076e54415f /math | |
parent | ce12bf43bb9e10e456acf3847eb033261881b8e1 (diff) | |
download | freebsd-ports-graphics-dfe93ae21e0aab96f9dc4f201573556402cabd65.tar.gz freebsd-ports-graphics-dfe93ae21e0aab96f9dc4f201573556402cabd65.tar.zst freebsd-ports-graphics-dfe93ae21e0aab96f9dc4f201573556402cabd65.zip |
Erik Greenwald wants to maintain this port.
PR: ports/115884
Submitted by: Erik Greenwald
Diffstat (limited to 'math')
-rw-r--r-- | math/jama/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jama/Makefile b/math/jama/Makefile index 7c651e0a970..d216bf5be37 100644 --- a/math/jama/Makefile +++ b/math/jama/Makefile @@ -16,7 +16,7 @@ DISTFILES=${DISTNAME}${EXTRACT_SUFX} jama102doc.zip DIST_SUBDIR= tnt EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= Java-like Matrix C++ Templates BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ |