diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-07 06:21:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-07 06:21:14 +0800 |
commit | 46104105ba63eb19b9a0d98c8d3894fa11ee4839 (patch) | |
tree | 6a0fa3f31a505eaed3d4c6734642d9c728e9feba /math | |
parent | be843a931c85e1f94d19b1e38ed2946097d297ab (diff) | |
download | freebsd-ports-gnome-46104105ba63eb19b9a0d98c8d3894fa11ee4839.tar.gz freebsd-ports-gnome-46104105ba63eb19b9a0d98c8d3894fa11ee4839.tar.zst freebsd-ports-gnome-46104105ba63eb19b9a0d98c8d3894fa11ee4839.zip |
Over to new volunteer:
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/lp_solve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index c6f1eb8bd366..6f069250b0a6 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= SF/lpsolve/lpsolve/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_source -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mayo@oyam.ca COMMENT= Linear Programming Solver WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:R:R} |