aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2001-05-01 06:05:08 +0800
committermharo <mharo@FreeBSD.org>2001-05-01 06:05:08 +0800
commit7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef (patch)
tree10218e522fc6933b4d9faca8309d53f722849a3c /science/netcdf/Makefile
parent7c1f5717d3c8e1ea80bb84d81a902a25ffcd3405 (diff)
downloadfreebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.tar.gz
freebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.tar.zst
freebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.zip
update math/netcdf to 3.5.0
PR: 26995 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'science/netcdf/Makefile')
-rw-r--r--science/netcdf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index a3c87c854049..090758cd7b30 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= netcdf
-PORTVERSION= 3.5.b8
+PORTVERSION= 3.5.0
CATEGORIES= math
MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
+#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
INSTALLS_SHLIB= yes
MAN1= ncdump.1 ncgen.1
-MAN3= netcdf.3
+MAN3= netcdf.3 netcdf.3f
post-build:
@(cd ${WRKSRC}/libsrc && \