patch-Makefile 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. $OpenBSD: patch-Makefile,v 1.4 2011/01/05 17:34:17 stu Exp $
  2. --- Makefile.orig Fri Dec 10 19:26:34 2010
  3. +++ Makefile Fri Dec 10 19:35:54 2010
  4. @@ -25,7 +25,7 @@ mintk = 8.4
  5. ### you need to localize the paths on these lines
  6. -WISH = /usr/local/bin/wish8.4
  7. +WISH = wish
  8. #WISH = /usr/sww/tcl-8.4/bin/wish
  9. #WISH = /private/share/bin/wish8.4
  10. @@ -80,9 +80,9 @@ rfcdir = ""
  11. # will examine for matches if a search in the usual locations fails while searching
  12. # for a man pages and displaying its associated binaries (if any).
  13. # Use this feature carefully as a large number of directories can slow down startup.
  14. -mastermen = "/usr/man /usr/local/man"
  15. +mastermen = "${PREFIX}/man /usr/share/man ${X11BASE}/man"
  16. #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
  17. -masterbin = "/usr/bin /usr/local/bin"
  18. +masterbin = "/usr/bin ${PREFIX}/bin ${X11BASE}/bin"
  19. #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
  20. @@ -113,7 +113,7 @@ dpis = "75 100"
  21. # Lines are cached in .../man/cat<n>@<line-length>;
  22. # that is, the line length is appended to the usual cache directory names
  23. #manformat = {groff -te -Tascii -man /tmp/ll -}
  24. -manformat = {groff -te -Tlatin1 -man /tmp/ll -}
  25. +#manformat = {groff -te -Tlatin1 -man /tmp/ll -}
  26. # Ultrix users should uncomment the following line (you don't have eqn)
  27. #manformat = {tbl | nroff -man }
  28. # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff
  29. @@ -121,7 +121,7 @@ manformat = {groff -te -Tlatin1 -man /tmp/ll -}
  30. # space between the .de and the macro name, and groff doesn't like this.)
  31. #manformat = {tbl | neqn | nroff -man }
  32. # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc
  33. -#manformat = {groff -Tascii -te -mandoc}
  34. +manformat = {groff -Tascii -te -mandoc}
  35. # BSDI
  36. #manformat = {tbl | eqn -Tascii | nroff -man }
  37. # It's actually legal to leave this empty if all the pages you'll ever
  38. @@ -165,14 +165,14 @@ zlist = {gz z Z}
  39. # pick a printing pipeline for which your platform has all the constituants
  40. -#manprint = {groff -man -Tps -te -l}
  41. +manprint = {groff -mandoc -Tps -te -l}
  42. # alternatives
  43. #manprint = {groff -man -Tps -te -l | psnup -n2}
  44. #manprint = {tbl | eqn | troff -man -t | lpr -t}
  45. #manprint = {tbl | eqn | psroff -man}
  46. #manprint = {tbl | eqn | gtroff -Tpsc | psdit | lpr}
  47. # use an empty pipeline if you're environmentally conscious or have no printer
  48. -manprint = ""
  49. +#manprint = ""
  50. # printing string for preformatted pages without [tn]roff source
  51. #catprint = lpr
  52. #catprint = "lpr -h"
  53. @@ -201,14 +201,15 @@ shortnames = 0
  54. # the right-topmost menu's Rebuild Database/Glimpse Index menu choice.
  55. # BY DEFAULT OFF
  56. -glimpse = ""
  57. +#glimpse = ""
  58. # Glimpse on, with Boolean scope set to entire file
  59. -glimpse = "glimpse -W"
  60. +#glimpse = "glimpse -W"
  61. # give the full path, if you'd like
  62. #glimpse = /usr/sww/bin/glimpse
  63. # variations (refer to the Glimpse manual page)
  64. # no characters treated as meta characters:
  65. #glimpse = "glimpse -Wk"
  66. +glimpse = "glimpse -z"
  67. # compressed manual pages are handled automatically; don't add -z to above
  68. # glimpseindex indexes the manual pages, for each component of one's MANPATH,
  69. @@ -460,7 +461,7 @@ install: tkman retkman
  70. chmod +rx $(BINDIR)/tkman
  71. $(CP) retkman $(BINDIR)
  72. chmod +rx $(BINDIR)/retkman
  73. - @echo 'You also need RosettaMan to run TkMan.'
  74. + #@echo 'You also need RosettaMan to run TkMan.'
  75. test: dox tkman
  76. cp tkman $(BINDIR)