aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28/files/patch-ec
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-11-14 06:28:58 +0000
committerWill Andrews <will@FreeBSD.org>2000-11-14 06:28:58 +0000
commit6a1b37225e32c4289e7ee279b1dd4797d33d6790 (patch)
tree590b6e84e2571733c16e213e6cce5fc8b78cbe36 /mail/postfix28/files/patch-ec
parenta84e5809ef9baa99d16f255d9cc62a9eded79b9d (diff)
downloadports-6a1b37225e32c4289e7ee279b1dd4797d33d6790.tar.gz
ports-6a1b37225e32c4289e7ee279b1dd4797d33d6790.zip
Notes
Diffstat (limited to 'mail/postfix28/files/patch-ec')
-rw-r--r--mail/postfix28/files/patch-ec20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/postfix28/files/patch-ec b/mail/postfix28/files/patch-ec
new file mode 100644
index 000000000000..74edda76007b
--- /dev/null
+++ b/mail/postfix28/files/patch-ec
@@ -0,0 +1,20 @@
+*** ./global/mail_params.h.orig Wed May 31 19:18:31 2000
+--- ./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