1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/xlbiff/files/patch-01

12 lines
296 B
Plaintext

--- 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