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
557 B
Text
20 lines
557 B
Text
*** ./src/global/mail_params.h.orig Wed May 31 19:18:31 2000
|
|
--- ./src/global/mail_params.h Thu Jun 1 22:17:10 2000
|
|
***************
|
|
*** 155,157 ****
|
|
#ifndef DEF_PROGRAM_DIR
|
|
! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
|
|
#endif
|
|
--- 155,157 ----
|
|
#ifndef DEF_PROGRAM_DIR
|
|
! #define DEF_PROGRAM_DIR "!!PREFIX!!/usr/libexec/postfix"
|
|
#endif
|
|
***************
|
|
*** 189,191 ****
|
|
#ifndef DEF_CONFIG_DIR
|
|
! #define DEF_CONFIG_DIR "/etc/postfix"
|
|
#endif
|
|
--- 189,191 ----
|
|
#ifndef DEF_CONFIG_DIR
|
|
! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
|
|
#endif
|