diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/laspack/Makefile | 6 | ||||
-rw-r--r-- | math/triangle/Makefile | 5 |
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" |