aboutsummaryrefslogtreecommitdiffstats
path: root/mail/youbin/files/patch-aa
blob: cc41ce2c3f347f7a1d911e6009c42c7e525f0331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
*** Imakefile.orig  Sat Apr  8 20:47:18 1995
--- Imakefile   Sun Aug 18 09:49:53 1996
***************
*** 17,31 ****
   */
  
  /* Directory for server. */
! SERVER_BINDIR = /etc
  
  /* Directory for clients. */
! BINDIR = /usr/local/bin
  
  /* Select one of them.
   * If you want to use on-line manual written in Japanese, use DOCDIR_JP. */
  MANSRC_DIR = $(DOCDIR)
  /* MANSRC_DIR = $(DOCDIR_JP) */
  
  /* 
   * Architectur depedent configurations.
--- 17,32 ----
   */
  
  /* Directory for server. */
! SERVER_BINDIR = ${PREFIX}/sbin
  
  /* Directory for clients. */
! BINDIR = ${PREFIX}/bin
  
  /* Select one of them.
   * If you want to use on-line manual written in Japanese, use DOCDIR_JP. */
  MANSRC_DIR = $(DOCDIR)
  /* MANSRC_DIR = $(DOCDIR_JP) */
+ MANPATH = ${PREFIX}/man
  
  /* 
   * Architectur depedent configurations.
***************
*** 47,53 ****
   * If your machine is SVR4, default MAIL_SPOOL is "/usr/mail/".
   * In other environments, default MAIL_SPOOL is "/usr/spool/mail/".
   * Select one of them, if you don't like these default values. */
! /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/mail/\" */
  /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/spool/mail/\" */
  
  /* Syslog: Comment following lines, if you don't want to use syslog. */
--- 48,54 ----
   * If your machine is SVR4, default MAIL_SPOOL is "/usr/mail/".
   * In other environments, default MAIL_SPOOL is "/usr/spool/mail/".
   * Select one of them, if you don't like these default values. */
! MAIL_SPOOL = -DMAIL_SPOOL=\"/var/mail/\"
  /* MAIL_SPOOL = -DMAIL_SPOOL=\"/usr/spool/mail/\" */
  
  /* Syslog: Comment following lines, if you don't want to use syslog. */
***************
*** 65,73 ****
  UNIT_TIME = 180
  
  /* XPM: Uncomment following lines, if you want to use pixmap. */
! /* XPM_DEFS = -DUSE_XPM */
! /* XPM_LIBS = str_to_pixmap.o locate_pixmap.o */
! /* XPM_FLAGS = -lXpm */
  
  /* 
   * Other configurations.
--- 66,74 ----
  UNIT_TIME = 180
  
  /* XPM: Uncomment following lines, if you want to use pixmap. */
! XPM_DEFS = -DUSE_XPM
! XPM_LIBS = str_to_pixmap.o locate_pixmap.o
! XPM_FLAGS = -lXpm
  
  /* 
   * Other configurations.
***************
*** 90,96 ****
   * USE_VARARGS      Use UNIX's native routines.
   */
  
! /* SPECIAL_DEFS = */
  /* SPECIAL_LIBS = */
  
  /* 
--- 91,97 ----
   * USE_VARARGS      Use UNIX's native routines.
   */
  
! SPECIAL_DEFS =-DUSE_STDARG -DUSE_POSIX_WAIT
  /* SPECIAL_LIBS = */
  
  /* 
***************
*** 169,177 ****
  install.man::
    csh -c "cp $(MANSRC_DIR)/*.man ."
  
! InstallManPage(youbin,$(MANDIR))
! InstallManPage(youbin_sub,$(MANDIR))
! InstallManPage(youbind,$(MANDIR))
  
  DependTarget()
  LintTarget()
--- 170,178 ----
  install.man::
    csh -c "cp $(MANSRC_DIR)/*.man ."
  
! InstallGenManPage(youbin,$(MANPATH)/man1,1)
! InstallGenManPage(youbin_sub,$(MANPATH)/man3,3)
! InstallGenManPage(youbind,$(MANPATH)/man8,8)
  
  DependTarget()
  LintTarget()