diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-16 08:47:01 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-16 08:47:01 +0000 |
commit | 6ae406f5e56ee496466701b43ce3525adbdbde9b (patch) | |
tree | c6616d8221d95acbfbda1dfd7d7d1fc6834790e9 /science | |
parent | ced5d9673ffa1ef970f1f189d21373c6810f0f97 (diff) | |
download | FreeBSD-ports-6ae406f5e56ee496466701b43ce3525adbdbde9b.zip FreeBSD-ports-6ae406f5e56ee496466701b43ce3525adbdbde9b.tar.gz |
fix patch path
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/files/patch-ncvalues.cpp | 4 | ||||
-rw-r--r-- | science/netcdf/files/patch-netcdfcpp.h | 4 | ||||
-rw-r--r-- | science/netcdf4/files/patch-ncvalues.cpp | 4 | ||||
-rw-r--r-- | science/netcdf4/files/patch-netcdfcpp.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/science/netcdf/files/patch-ncvalues.cpp b/science/netcdf/files/patch-ncvalues.cpp index db23497..237cfc7 100644 --- a/science/netcdf/files/patch-ncvalues.cpp +++ b/science/netcdf/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/netcdf/files/patch-netcdfcpp.h b/science/netcdf/files/patch-netcdfcpp.h index 3260c29..5d6747a 100644 --- a/science/netcdf/files/patch-netcdfcpp.h +++ b/science/netcdf/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 ); diff --git a/science/netcdf4/files/patch-ncvalues.cpp b/science/netcdf4/files/patch-ncvalues.cpp index db23497..237cfc7 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 3260c29..5d6747a 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 ); |