diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-11 18:38:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-11 18:38:53 +0000 |
commit | 09e3717ba4ff5e7b58ea4eec7e0d434431d43bbf (patch) | |
tree | 9d9264f51c22c271e0d31e4faeac715a4c7a1c6a /science | |
parent | 0d0c38abda42953116077041374621f29398bca1 (diff) |
- Fix PKGNAME collision
Notes
Notes:
svn path=/head/; revision=336191
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5-18/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index cccc0927aed7..2c39adad0612 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 +PKGNAMESUFFIX= -18 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) |