aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-03-31 12:53:57 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-03-31 12:53:57 +0000
commit8544431e322f4629f1059dd43533ae4da20478af (patch)
tree2d9e45cb74c1657c5f3e5f6d162fad195c1832fe /math
parent8489442128368b64d9d5a71d0b03adf57dc9555f (diff)
downloadports-8544431e322f4629f1059dd43533ae4da20478af.tar.gz
ports-8544431e322f4629f1059dd43533ae4da20478af.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/laspack/Makefile6
-rw-r--r--math/triangle/Makefile5
2 files changed, 6 insertions, 5 deletions
diff --git a/math/laspack/Makefile b/math/laspack/Makefile
index eb6aaf9dae38..fa36ee4d978a 100644
--- a/math/laspack/Makefile
+++ b/math/laspack/Makefile
@@ -8,12 +8,12 @@
PORTNAME= laspack
PORTVERSION= 1.12.2
CATEGORIES= math
-MASTER_SITES= http://netlib.sandia.gov/linalg/ \
- http://www.netlib.org/linalg/
+MASTER_SITES= NL
+MASTER_SITE_SUBDIR= linalg
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bf@FreeBSD.org
COMMENT= Package for solving large sparse systems of linear equations
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/math/triangle/Makefile b/math/triangle/Makefile
index 269ecd6a2ade..2447cf7891ea 100644
--- a/math/triangle/Makefile
+++ b/math/triangle/Makefile
@@ -9,11 +9,12 @@ PORTNAME= triangle
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= math
-MASTER_SITES= http://cm.bell-labs.com/netlib/voronoi/
+MASTER_SITES= NL
+MASTER_SITE_SUBDIR= voronoi
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bf@FreeBSD.org
COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
NO_CDROM= "Triangle must not be sold for profit"