diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /science/hdf | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'science/hdf')
-rw-r--r-- | science/hdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index bd569b4a26e7..1250fb6ec168 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: HDF_lib -# Version required: 4.1r2 # Date created: 17 November 1996 # Whom: mi # # $FreeBSD$ # -DISTNAME= HDF4.1r3 -PKGNAME= hdf-4.1r3 +PORTNAME= hdf +PORTVERSION= 4.1r3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF4.1r3/tar/ +DISTNAME= HDF${PORTVERSION} MAINTAINER= mi@aldan.algebra.com |