diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-24 16:40:57 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-24 16:40:57 +0800 |
commit | 296a149c20a2611f7c33e5a8a7e504914ec9ab2e (patch) | |
tree | 9284f8ec7a50c45f7d6657b56da6de4026175e38 /math | |
parent | f65e2daa5ca906a71dc1bdfac3bd95e848d9c179 (diff) | |
download | freebsd-ports-gnome-296a149c20a2611f7c33e5a8a7e504914ec9ab2e.tar.gz freebsd-ports-gnome-296a149c20a2611f7c33e5a8a7e504914ec9ab2e.tar.zst freebsd-ports-gnome-296a149c20a2611f7c33e5a8a7e504914ec9ab2e.zip |
- Make UNIQUENAME really unique (used to conflict with math/vtk6's)
- Remove dead MASTER_SITE
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 80c5417c2d20..4c8872928051 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -5,9 +5,9 @@ PORTNAME= vtk PORTVERSION= 5.10.1 PORTREVISION= 1 CATEGORIES= math graphics -MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ \ - http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ +MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ PKGNAMESUFFIX= 5 +UNIQUENAME= ${PKGBASE} MAINTAINER= gahr@FreeBSD.org COMMENT= The Visualization Toolkit |