diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/netcdf | |
parent | update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27509
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 |