diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 15:20:58 +0800 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /science/netcdf4 | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.zst freebsd-ports-gnome-2b477943a89876b190a9ab96c7a3289c94fc1284.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'science/netcdf4')
-rw-r--r-- | science/netcdf4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index 20d951a2a534..3d74fe7fbcb2 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/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 |