diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:12:36 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-04-18 03:12:36 +0000 |
commit | ff65cddc269a86810ffb17e7ad216c05c1d5b371 (patch) | |
tree | d61498efe5dd8f725079623a1a58c5ebfa6df55b /math/octave-forge-netcdf/files/patch-Makefile | |
parent | dns/dnscrypt-proxy2: Update to 2.0.10 (diff) |
- Update to 1.0.12.
Notes
Notes:
svn path=/head/; revision=467668
Diffstat (limited to 'math/octave-forge-netcdf/files/patch-Makefile')
-rw-r--r-- | math/octave-forge-netcdf/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/octave-forge-netcdf/files/patch-Makefile b/math/octave-forge-netcdf/files/patch-Makefile deleted file mode 100644 index 96ca14c0b8b2..000000000000 --- a/math/octave-forge-netcdf/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile-orig 2015-02-26 03:30:37.000000000 +0000 -+++ Makefile 2015-02-26 03:30:57.000000000 +0000 -@@ -18,7 +18,7 @@ - rm ../PKG_ADD ../inst/import_netcdf.m - - __netcdf__.oct: $(SRC) netcdf_constants.h -- $(MKOCTFILE) $(CFLAGS) $(SRC) $(LIBS) -+ $(MKOCTFILE) $(SRC) $(LIBS) - - ../PKG_ADD: $(SRC) - sh PKG_ADD.sh |