diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-07-27 22:00:39 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-07-27 22:00:39 +0000 |
commit | 5f77c32780ba2687debbade3ef2098b88162b3c9 (patch) | |
tree | fd733f58b2bb60216abcbaa2f17e376ba872e26f /math/tetgen/Makefile | |
parent | 07251e0e2ff430f857f18423311e96cf676b25f2 (diff) | |
download | ports-5f77c32780ba2687debbade3ef2098b88162b3c9.tar.gz ports-5f77c32780ba2687debbade3ef2098b88162b3c9.zip |
Notes
Diffstat (limited to 'math/tetgen/Makefile')
-rw-r--r-- | math/tetgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tetgen/Makefile b/math/tetgen/Makefile index 8f01f1e10279..336d37d95dc8 100644 --- a/math/tetgen/Makefile +++ b/math/tetgen/Makefile @@ -8,13 +8,13 @@ PORTNAME= tetgen PORTVERSION= 1.4.1 CATEGORIES= math -MASTER_SITES= http://www.wias-berlin.de/people/si/ +MASTER_SITES= http://www.wias-berlin.de/people/si/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= A Quality Tetrahedral Mesh Generator and Delaunay Triangulator -BROKEN= distfile size mismatch NO_CDROM= Tetgen is for academic or personal use only WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} |