diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/xlbiff/files/patch-Imakefile | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/xlbiff/files/patch-Imakefile')
-rw-r--r-- | mail/xlbiff/files/patch-Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/xlbiff/files/patch-Imakefile b/mail/xlbiff/files/patch-Imakefile new file mode 100644 index 000000000000..6cb0f76a6a09 --- /dev/null +++ b/mail/xlbiff/files/patch-Imakefile @@ -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 |