freebsd-ports/mail/postfix20/files/patch-ec
David W. Chapman Jr. 6b673f0db0 Fix path in patch
PR:		30547
Submitted by:	hanahara@meiko.co.jp
2001-10-10 16:56:22 +00:00

20 lines
553 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!!/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