diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 22:05:08 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 22:05:08 +0000 |
commit | 0cc3a16aeb2a5bebfceb090b52bafec28c143e56 (patch) | |
tree | 40928ef658822eaf4902e6128d871970f5699f1c /math | |
parent | b95f0e75a38fc5dfd94c6043ce1b7a87a145a14a (diff) | |
download | ports-0cc3a16aeb2a5bebfceb090b52bafec28c143e56.tar.gz ports-0cc3a16aeb2a5bebfceb090b52bafec28c143e56.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/netcdf/Makefile | 6 | ||||
-rw-r--r-- | math/netcdf/distinfo | 2 | ||||
-rw-r--r-- | math/netcdf/files/patch-aa | 19 | ||||
-rw-r--r-- | math/netcdf/pkg-plist | 1 |
4 files changed, 24 insertions, 4 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index a3c87c854049..090758cd7b30 100644 --- a/math/netcdf/Makefile +++ b/math/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 && \ diff --git a/math/netcdf/distinfo b/math/netcdf/distinfo index 0ccca5fd3340..35e68c0e47e7 100644 --- a/math/netcdf/distinfo +++ b/math/netcdf/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6 +MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f diff --git a/math/netcdf/files/patch-aa b/math/netcdf/files/patch-aa new file mode 100644 index 000000000000..43324e78712d --- /dev/null +++ b/math/netcdf/files/patch-aa @@ -0,0 +1,19 @@ +--- rules.make.orig Mon Mar 12 22:31:55 2001 ++++ rules.make Mon Apr 30 14:02:44 2001 +@@ -145,14 +145,8 @@ + cp $(MANUAL) $@ + $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) + cp $(MANUAL) $@ +-$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ +-$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f90 +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ ++$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) ++$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) + + ################################################################################ + # Cleanup: diff --git a/math/netcdf/pkg-plist b/math/netcdf/pkg-plist index a400eb5e9148..34c2fa05a1a9 100644 --- a/math/netcdf/pkg-plist +++ b/math/netcdf/pkg-plist @@ -3,6 +3,7 @@ bin/ncgen include/ncvalues.h include/netcdf.h include/netcdf.hh +include/netcdf.inc include/netcdfcpp.h lib/libnetcdf.a lib/libnetcdf.so |