diff options
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r-- | math/vtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 12cc8dd0d064..e5dc22545d37 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: vtk -# Version required: 3.1 # Date created: 24 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= vtk31Unix -PKGNAME= vtk-3.1 +PORTNAME= vtk +PORTVERSION= 3.1 CATEGORIES= math MASTER_SITES= ftp://public.kitware.com/pub/vtk/ +DISTNAME= vtk31Unix MAINTAINER= ports@FreeBSD.org |