forked from Lainports/freebsd-ports
loops. Fix occasional breakage when CC contains spaces. Remove manpages from the PLIST. Remove miscellaneous erroneous lines from PLIST. Use proper WITH_* PLIST_SUBs. Consolidate .if defined(WITH_*)'s. Add iteration for CONF* files in their two separate locations as well as BIN*. Use absolute paths in install script. Hand MAINTAINER saber over to David W. Chapman. :-) PR: 21439, 22409 Submitted by: Yarema <yds@dppl.com> David W. Chapman Jr. <dwcjr@inethouston.net> Approved by: MAINTAINER
20 lines
735 B
Text
20 lines
735 B
Text
*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000
|
|
--- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000
|
|
***************
|
|
*** 57,59 ****
|
|
/* The path name of the \fBsendmail.cf\fR file. Postfix configuration
|
|
! /* files are kept in \fB/etc/postfix\fR.
|
|
/* .IP "\fB-F \fIfull_name\fR
|
|
--- 57,59 ----
|
|
/* The path name of the \fBsendmail.cf\fR file. Postfix configuration
|
|
! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR.
|
|
/* .IP "\fB-F \fIfull_name\fR
|
|
***************
|
|
*** 159,161 ****
|
|
/* /var/spool/postfix, mail queue
|
|
! /* /etc/postfix, configuration files
|
|
/* CONFIGURATION PARAMETERS
|
|
--- 159,161 ----
|
|
/* /var/spool/postfix, mail queue
|
|
! /* !!PREFIX!!/etc/postfix, configuration files
|
|
/* CONFIGURATION PARAMETERS
|