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 /graphics/hdf5 | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Notes
Diffstat (limited to 'graphics/hdf5')
-rw-r--r-- | graphics/hdf5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/hdf5/Makefile b/graphics/hdf5/Makefile index bd569b4a26e7..1250fb6ec168 100644 --- a/graphics/hdf5/Makefile +++ b/graphics/hdf5/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 |