diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-04 05:30:18 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-04 05:30:18 +0000 |
commit | 2da3ba5ce6886312e038fc999bcbc9d797db1d7c (patch) | |
tree | eef950d7d6ee6763f48078662cf605a41b9504b7 /mail/claws-mail/files | |
parent | 891d021090d373e58a0bff40e7c7884fa93d87f6 (diff) | |
download | ports-2da3ba5ce6886312e038fc999bcbc9d797db1d7c.tar.gz ports-2da3ba5ce6886312e038fc999bcbc9d797db1d7c.zip |
Notes
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/patch-configure | 11 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-src-defs.h | 22 |
2 files changed, 33 insertions, 0 deletions
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure new file mode 100644 index 000000000000..af0361f0024d --- /dev/null +++ b/mail/claws-mail/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig Sat Dec 15 14:28:30 2001 ++++ ./configure Fri Dec 21 01:02:01 2001 +@@ -756,7 +756,7 @@ + fi + + +-PACKAGE=sylpheed ++PACKAGE=sylpheed-claws + + MAJOR_VERSION=0 + MINOR_VERSION=6 diff --git a/mail/claws-mail/files/patch-src-defs.h b/mail/claws-mail/files/patch-src-defs.h new file mode 100644 index 000000000000..f7451153cacd --- /dev/null +++ b/mail/claws-mail/files/patch-src-defs.h @@ -0,0 +1,22 @@ +--- ./src/defs.h.orig Fri Nov 16 09:47:26 2001 ++++ ./src/defs.h Fri Dec 21 01:02:01 2001 +@@ -65,8 +65,8 @@ + #define MARK_VERSION 2 + + #define DEFAULT_SIGNATURE ".signature" +-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" +-#define DEFAULT_INC_PROGRAM "inc" ++#define DEFAULT_INC_PATH "" ++#define DEFAULT_INC_PROGRAM "" + /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ + /* #define DEFAULT_INC_PROGRAM "imget" */ + #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" +@@ -74,7 +74,7 @@ + #ifdef _PATH_MAILDIR + # define DEFAULT_SPOOL_PATH _PATH_MAILDIR + #else +-# define DEFAULT_SPOOL_PATH "/var/spool/mail" ++# define DEFAULT_SPOOL_PATH "/var/mail" + #endif + + #define BUFFSIZE 8192 |