mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
0643d6e473
- Allow staging as a regular user
15 lines
566 B
Plaintext
15 lines
566 B
Plaintext
--- Makefile.in.orig 2014-07-31 12:30:46 UTC
|
|
+++ Makefile.in
|
|
@@ -827,9 +827,9 @@
|
|
install-exec-local:
|
|
$(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
|
|
cp -r examples $(DESTDIR)$(pkglibdir)
|
|
- cp -r matlab $(DESTDIR)$(pkglibdir)
|
|
rm -f $(DESTDIR)$(pkglibdir)/matlab/dynare_m
|
|
- cp preprocessor/dynare_m $(DESTDIR)$(pkglibdir)/matlab
|
|
+ cp -r matlab $(DESTDIR)$(pkglibdir)
|
|
+ $(INSTALL_PROGRAM) preprocessor/dynare_m $(DESTDIR)$(pkglibdir)/matlab
|
|
cp -r contrib/ms-sbvar/TZcode/MatlabFiles $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
|
|
|
|
uninstall-local:
|