diff options
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. |