diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-05-16 10:28:07 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-05-16 10:28:07 +0000 |
commit | abde61c3ce45342e1952ccae92be6477eb98c884 (patch) | |
tree | 2bd5cdf4afa57e75245e8dd13247f8904de737df /math | |
parent | 8c4f3fc8a61f788eb17e08efac6b5851739dd9ce (diff) | |
download | FreeBSD-ports-abde61c3ce45342e1952ccae92be6477eb98c884.zip FreeBSD-ports-abde61c3ce45342e1952ccae92be6477eb98c884.tar.gz |
Add a MASTER_SITE.
The rest of the diff is equivalent to what it is now in the port.
PR: ports/95921
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintaner)
Approved by: lawrance
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk43/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 75c1197..e0960ea 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -17,7 +17,8 @@ PORTNAME= vtk PORTVERSION= 4.3.0 PORTREVISION= 3 CATEGORIES= math graphics -MASTER_SITES= http://ovt.irfu.se/vtk/files/ +MASTER_SITES= http://ovt.irfu.se/vtk/files/\ + http://www.neuro.mcw.edu/~bacon/Ports/distfiles/VTK43/ DISTFILES?= VTK-${PORTVERSION}-cvs${CVSDATE}.tar.gz MAINTAINER= bacon@smithers.neuro.mcw.edu |