summaryrefslogtreecommitdiff
path: root/science/quantum-espresso/files/patch-Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-03-16 00:40:45 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-03-16 01:05:35 -0700
commitd9c009973f61a03688f1436c37d61b30f0971f00 (patch)
tree16ee25cb8dc7a213cc1f01ee82cd05a70a4b2a85 /science/quantum-espresso/files/patch-Makefile
parentnet/libvncserver: Revert fix with ssl from ports (diff)
science/quantum-espresso: update 6.7.0 → 7.3.1
Diffstat (limited to 'science/quantum-espresso/files/patch-Makefile')
-rw-r--r--science/quantum-espresso/files/patch-Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/science/quantum-espresso/files/patch-Makefile b/science/quantum-espresso/files/patch-Makefile
deleted file mode 100644
index e66e268f3dbb..000000000000
--- a/science/quantum-espresso/files/patch-Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig 2019-03-06 02:33:55 UTC
-+++ Makefile
-@@ -296,10 +296,10 @@ links : bindir
- #############################################################
-
- install :
-- mkdir -p $(PREFIX)/bin ; \
-+ mkdir -p $(DESTDIR)$(PREFIX)/bin ; \
- for x in `find * ! -path "test-suite/*" -name *.x -type f` ; do \
-- cp -v $$x $(PREFIX)/bin/ ; done
-- @echo -e '\nQuantum ESPRESSO binaries are installed in $(PREFIX)/bin\n'
-+ cp -v $$x $(DESTDIR)$(PREFIX)/bin/ ; done
-+ @echo -e '\nQuantum ESPRESSO binaries are installed in $(DESTDIR)$(PREFIX)/bin\n'
-
- #########################################################
- # Run test-suite for numerical regression testing