mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
PR: 221342 Relnotes: https://forum.dynare.org/t/release-of-dynare-4-5-1/10431 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
11 lines
387 B
Text
11 lines
387 B
Text
--- Makefile.in.orig 2017-07-24 14:31:29 UTC
|
|
+++ Makefile.in
|
|
@@ -844,7 +844,7 @@ install-exec-local:
|
|
ARCH="64"; \
|
|
fi; \
|
|
mkdir -p $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH; \
|
|
- cp preprocessor/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH; \
|
|
+ $(INSTALL_PROGRAM) preprocessor/dynare_m $(DESTDIR)$(pkglibdir)/matlab/preprocessor$$ARCH; \
|
|
}
|
|
|
|
uninstall-local:
|