mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
296 B
Plaintext
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
|