patch-Makefile_in 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. $OpenBSD: patch-Makefile_in,v 1.6 2005/12/30 23:25:56 steven Exp $
  2. --- Makefile.in.orig Wed Mar 27 13:16:28 2002
  3. +++ Makefile.in Sat Dec 31 00:15:44 2005
  4. @@ -268,19 +268,19 @@ install: install-$(PLUGINS)
  5. $(INSM) ./yo-man/*.1 $(INSTMAN)/man1
  6. $(INS) ./ives/ives $(INSTDIR)
  7. $(INS) ./ives/iedit $(INSTDIR)
  8. - $(INS) ./ives/iview $(INSTDIR)
  9. + $(INS) ./ives/iview $(INSTDIR)/vs
  10. $(INS) ./xsetup/xncsetup $(INSTDIR)
  11. $(INS) ./xjroot/xjpegroot $(INSTDIR)
  12. $(INS) ./launch/xnlaunch $(INSTDIR)
  13. $(INS) ./resloader/xncloader $(INSTDIR)
  14. - /bin/sh ./replace.script
  15. - @echo "Don't foget run 'xncsetup' before starting XNC"
  16. +# /bin/sh ./replace.script
  17. + @echo "Don't forget run 'xncsetup' before starting XNC"
  18. install-plugins:
  19. mkdir -p $(INSTPLUG)
  20. - $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)
  21. - $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)
  22. + $(INS) ./plugins/five/libxncfive.so $(INSTPLUG)/libxncfive.so.$(LIBxncfive_VERSION)
  23. + $(INS) ./plugins/aqua/libxncaqua.so $(INSTPLUG)/libxncaqua.so.$(LIBxncaqua_VERSION)
  24. install-:
  25. @echo "Skipping..."
  26. @@ -290,7 +290,7 @@ install-rpm:
  27. cp ./nc /usr/local/bin/xnc
  28. cp ./ives/ives /usr/local/bin
  29. cp ./ives/iedit /usr/local/bin
  30. - cp ./ives/iview /usr/local/bin
  31. + cp ./ives/iview /usr/local/bin/vs
  32. cp ./xsetup/xncsetup /usr/local/bin
  33. cp ./xjroot/xjpegroot /usr/local/bin
  34. cp ./launch/xnlaunch /usr/local/bin