freebsd-ports/science/quantum-espresso/files/patch-Makefile
Yuri Victorovich 5db7479d7d science/quantum-espresso: Update 6.3 -> 6.4
Reported by:	portscout
2019-03-06 03:17:45 +00:00

16 lines
655 B
Text

--- 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