diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:44:21 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:44:21 +0000 |
commit | 80ddecc439cee96bb09bbab009da27e8bf6a47b6 (patch) | |
tree | 91f328948a1e5749a7ccda5338adab384df213a1 /mail/xlbiff/files/patch-01 | |
parent | 245dce63b3c064af06b88c8c7c3e22f1852dd50e (diff) | |
download | ports-80ddecc439cee96bb09bbab009da27e8bf6a47b6.tar.gz ports-80ddecc439cee96bb09bbab009da27e8bf6a47b6.zip |
the X Literate Biff - displays the from and subject from incoming mails
Notes
Notes:
svn path=/head/; revision=4268
Diffstat (limited to 'mail/xlbiff/files/patch-01')
-rw-r--r-- | mail/xlbiff/files/patch-01 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xlbiff/files/patch-01 b/mail/xlbiff/files/patch-01 new file mode 100644 index 000000000000..6cb0f76a6a09 --- /dev/null +++ b/mail/xlbiff/files/patch-01 @@ -0,0 +1,11 @@ +--- Imakefile.orig Mon Oct 26 09:06:42 1992 ++++ Imakefile Fri Aug 23 14:45:17 1996 +@@ -8,6 +8,8 @@ + /* MAILPATH = /usr/mail/%s */ + #ifdef SYSV + MAILPATH = /usr/mail/%s ++#elif defined(i386BsdArchitecture) || defined(SYSVR4) ++MAILPATH = /var/mail/%s + #else + MAILPATH = /usr/spool/mail/%s + #endif |