OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../nvi/install.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- nvi-1.79/build/Makefile.in.vanilla 2005-09-24 22:04:16.000000000 +0200
  17. +++ nvi-1.79/build/Makefile.in 2005-09-24 22:05:36.000000000 +0200
  18. @@ -137,19 +137,6 @@
  19. $(chmod) $(dmode) $(datadir)/vi/catalog
  20. (cd $(srcdir)/catalog && $(cp) $(cat) $(datadir)/vi/catalog && \
  21. cd $(datadir)/vi/catalog && $(chmod) $(fmode) *)
  22. - @echo "Installing Perl scripts: $(datadir)/vi/perl ..."
  23. - $(mkdir) $(datadir)/vi/perl && $(chmod) $(dmode) $(datadir)/vi/perl
  24. - [ -f VI.pm ] && $(cp) VI.pm $(datadir)/vi/perl && \
  25. - cd $(datadir)/vi/perl && $(chmod) $(fmode) VI.pm)
  26. - (cd $(srcdir)/perl_scripts && $(cp) *.pl $(datadir)/vi/perl && \
  27. - cd $(datadir)/vi/perl && $(chmod) $(fmode) *.pl)
  28. - @echo "Installing Tcl scripts: $(datadir)/vi/tcl ..."
  29. - $(mkdir) $(datadir)/vi/tcl && $(chmod) $(dmode) $(datadir)/vi/tcl
  30. - (cd $(srcdir)/tcl_scripts && $(cp) *.tcl $(datadir)/vi/tcl && \
  31. - cd $(datadir)/vi/tcl && $(chmod) $(fmode) *.tcl)
  32. - @echo "Installing recover script: $(datadir)/vi/recover ..."
  33. - ($(cp) recover $(datadir)/vi/recover && \
  34. - $(chmod) $(emode) $(datadir)/vi/recover)
  35. uninstall:
  36. $(rm) -rf $(datadir)/vi