aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf4/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-16 16:47:01 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-16 16:47:01 +0800
commit32628b40883f5767119466473ec5b8b3ac90ac07 (patch)
treef9b444e6e5ffa48953317da58b9599ee8229b79d /science/netcdf4/files
parent200cc843b1c92b2ae48ee266d0aab94fd73819f6 (diff)
downloadfreebsd-ports-32628b40883f5767119466473ec5b8b3ac90ac07.tar.gz
freebsd-ports-32628b40883f5767119466473ec5b8b3ac90ac07.tar.zst
freebsd-ports-32628b40883f5767119466473ec5b8b3ac90ac07.zip
fix patch path
Notes
Notes: svn path=/head/; revision=66424
Diffstat (limited to 'science/netcdf4/files')
-rw-r--r--science/netcdf4/files/patch-ncvalues.cpp4
-rw-r--r--science/netcdf4/files/patch-netcdfcpp.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/science/netcdf4/files/patch-ncvalues.cpp b/science/netcdf4/files/patch-ncvalues.cpp
index db23497f18b8..237cfc71b9fb 100644
--- a/science/netcdf4/files/patch-ncvalues.cpp
+++ b/science/netcdf4/files/patch-ncvalues.cpp
@@ -1,5 +1,5 @@
---- src/cxx/ncvalues.cpp.orig Mon Sep 16 16:28:57 2002
-+++ src/cxx/ncvalues.cpp Mon Sep 16 16:29:42 2002
+--- cxx/ncvalues.cpp.orig Mon Sep 16 16:28:57 2002
++++ cxx/ncvalues.cpp Mon Sep 16 16:29:42 2002
@@ -310,7 +310,7 @@
os << the_values[i] << ", ";
if (the_number > 0)
diff --git a/science/netcdf4/files/patch-netcdfcpp.h b/science/netcdf4/files/patch-netcdfcpp.h
index 3260c296bd07..5d6747ad105b 100644
--- a/science/netcdf4/files/patch-netcdfcpp.h
+++ b/science/netcdf4/files/patch-netcdfcpp.h
@@ -1,5 +1,5 @@
---- src/cxx/netcdfcpp.h.orig Mon Sep 16 16:25:44 2002
-+++ src/cxx/netcdfcpp.h Mon Sep 16 16:26:23 2002
+--- cxx/netcdfcpp.h.orig Mon Sep 16 16:25:44 2002
++++ cxx/netcdfcpp.h Mon Sep 16 16:26:23 2002
@@ -154,7 +154,7 @@
virtual ~NcDim( void );