diff options
Diffstat (limited to 'math/netcdf')
-rw-r--r-- | math/netcdf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 20d951a2a534..3d74fe7fbcb2 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: netcdf -# Version required: 3.5-beta2 # Date created: 29 July 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= netcdf-3.5-beta2 -PKGNAME= netcdf-3.5b2 +PORTNAME= netcdf +PORTVERSION= 3.5b2 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -EXTRACT_SUFX= .tar.Z +DISTFILES= netcdf-3.5-beta2.tar.Z MAINTAINER= ports@FreeBSD.org |