diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-12 02:38:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-12 02:38:53 +0800 |
commit | 82d246b016c9c942f97309cd911900d5d6da5e8a (patch) | |
tree | 9d9264f51c22c271e0d31e4faeac715a4c7a1c6a | |
parent | c92a1d710a8c7b838b79efadc8de3afc045005df (diff) | |
download | freebsd-ports-gnome-82d246b016c9c942f97309cd911900d5d6da5e8a.tar.gz freebsd-ports-gnome-82d246b016c9c942f97309cd911900d5d6da5e8a.tar.zst freebsd-ports-gnome-82d246b016c9c942f97309cd911900d5d6da5e8a.zip |
- Fix PKGNAME collision
-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) |