aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf-cxx
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:18:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:46 +0000
commita994a17082ae3a16ad4a8a4b0bfa3b5764b7c29e (patch)
treea2bba13ac75075ce50933f32274bcb429071ad3a /science/netcdf-cxx
parentb2b450f6a41e6684213e72da475e26e06eaa8a8d (diff)
downloadports-a994a17082ae3a16ad4a8a4b0bfa3b5764b7c29e.tar.gz
ports-a994a17082ae3a16ad4a8a4b0bfa3b5764b7c29e.zip
science/netcdf-cxx: Remove unnecessary substitution
- Clean up pkg-descr
Diffstat (limited to 'science/netcdf-cxx')
-rw-r--r--science/netcdf-cxx/Makefile2
-rw-r--r--science/netcdf-cxx/pkg-descr2
2 files changed, 1 insertions, 3 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile
index aced4672574e..dd051e9f7926 100644
--- a/science/netcdf-cxx/Makefile
+++ b/science/netcdf-cxx/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= https://downloads.unidata.ucar.edu/netcdf-cxx/${PORTVERSION}/ \
LOCAL/sunpoet
-DISTNAME= ${PORTNAME}4-${PORTVERSION}
+DISTNAME= netcdf-cxx4-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ library for machine-independent, array-oriented data access
diff --git a/science/netcdf-cxx/pkg-descr b/science/netcdf-cxx/pkg-descr
index 172a2ece5bc1..5af17ffbb9ff 100644
--- a/science/netcdf-cxx/pkg-descr
+++ b/science/netcdf-cxx/pkg-descr
@@ -4,5 +4,3 @@ library also defines a machine-independent format for representing scientific
data. Together, the interface, library, and format support the creation, access,
and sharing of scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.
-
-See also: https://github.com/Unidata/netcdf-cxx4