freebsd-ports/math/dynare/files/patch-Makefile.in
Antoine Brodin 0643d6e473 - Do not package info/dir
- Allow staging as a regular user
2014-10-05 12:16:10 +00:00

14 lines
566 B
Text

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