diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-07-06 22:21:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-07-06 22:21:14 +0000 |
commit | 15eb2749001d00208c94375145e7c427f6b0fd97 (patch) | |
tree | e715ddde4293da072fb8e508e2df58483b326c2c /math/lp_solve | |
parent | 16085e5ec5d07c4ceb1ea036220a25d09f3f87a4 (diff) |
Over to new volunteer:
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257471
Diffstat (limited to 'math/lp_solve')
-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} |