diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-08 06:34:04 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-08 07:03:19 +0800 |
commit | 6ff9665a74c3b6a783db99af2f789418a1ba5365 (patch) | |
tree | 21cf7150371f9e4ddf398a48a97448ed95e17919 /science/pnetcdf/files/patch-src-utils-Makefile.in | |
parent | net-mgmt/ipv6calc: Update to 4.3.3 (diff) |
science/pnetcdf: Update to 1.14.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Parallel-NetCDF/PnetCDF/blob/master/RELEASE_NOTES
https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/tree/master/Release_notes
Diffstat (limited to 'science/pnetcdf/files/patch-src-utils-Makefile.in')
-rw-r--r-- | science/pnetcdf/files/patch-src-utils-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/pnetcdf/files/patch-src-utils-Makefile.in b/science/pnetcdf/files/patch-src-utils-Makefile.in deleted file mode 100644 index f91866b7caab..000000000000 --- a/science/pnetcdf/files/patch-src-utils-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/utils/Makefile.in.orig 2024-11-11 22:32:47 UTC -+++ src/utils/Makefile.in -@@ -856,7 +856,7 @@ install-exec-hook: - # GNU autoconf allows DESTDIR variable when running 'make install' which will - # prepend it before all installation names. - install-exec-hook: -- $(SED_I) -e 's|INSTALL_PREFIX|$(DESTDIR)$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(DESTDIR)$(exec_prefix)|g' $(DESTDIR)$(bindir)/pnetcdf-config -+ $(SED_I) -e 's|INSTALL_PREFIX|$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(exec_prefix)|g' $(DESTDIR)$(bindir)/pnetcdf-config - chmod +x $(DESTDIR)$(bindir)/pnetcdf-config - - # Tell versions [3.59,3.63) of GNU make to not export all variables. |