mirror of the now-defunct rocklinux.org
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.

59 lines
2.5 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/powerpc/powerpc-utils/makefile.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- pmac-utils.orig/Makefile 2003-04-21 00:47:34.000000000 +0200
  23. +++ pmac-utils/Makefile 2003-04-21 00:55:32.000000000 +0200
  24. @@ -27,7 +27,7 @@
  25. INSTALL = /usr/bin/install -c
  26. SOUND_INC = -I.
  27. -PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol
  28. +PROGS = clock fdeject mousemode nvvideo nvsetenv trackpad backlight nvsetvol sndvolmix vmode
  29. SCRIPTS = macos
  30. GENERATED_MAN = clock.8 macos.8 nvsetenv.8 sndvolmix.8 fdeject.1 \
  31. @@ -124,24 +124,13 @@
  32. chmod 600 $(DESTDIR)$(devsdir)/sndstat; \
  33. fi
  34. -install: all man installdirs
  35. +install: all installdirs
  36. $(INSTALL) -m 4511 clock $(DESTDIR)$(sbindir)
  37. $(INSTALL) -m 755 nvsetenv nvvideo $(DESTDIR)$(sbindir)
  38. $(INSTALL) -m 755 mousemode sndvolmix vmode nvsetvol $(DESTDIR)$(usbindir)
  39. $(INSTALL) -m 755 fdeject $(DESTDIR)/$(ubindir)
  40. $(INSTALL) -m 755 $(SCRIPTS) $(DESTDIR)$(sbindir)
  41. - $(INSTALL) -m 644 fdeject.man $(DESTDIR)$(man1dir)/fdeject.1
  42. - $(INSTALL) -m 644 clock.man $(DESTDIR)$(man8dir)/clock.8
  43. - $(INSTALL) -m 644 mousemode.man $(DESTDIR)$(man8dir)/mousemode.8
  44. - $(INSTALL) -m 644 nvsetenv.man $(DESTDIR)$(man8dir)/nvsetenv.8
  45. - $(INSTALL) -m 644 nvvideo.man $(DESTDIR)$(man8dir)/nvvideo.8
  46. - $(INSTALL) -m 644 sndvolmix.man $(DESTDIR)$(man8dir)/sndvolmix.8
  47. - $(INSTALL) -m 644 vmode.man $(DESTDIR)$(man8dir)/vmode.8
  48. - $(INSTALL) -m 644 macos.man $(DESTDIR)$(man8dir)/macos.8
  49. - $(INSTALL) -m 644 trackpad.8 $(DESTDIR)$(man8dir)/trackpad.8
  50. - $(INSTALL) -m 644 nvsetvol.8 $(DESTDIR)$(man8dir)/nvsetvol.8
  51. -
  52. cleanobjs:
  53. $(RM) *.o *.bak *~ *.man $(GENERATED_MAN)