diff options
author | ache <ache@FreeBSD.org> | 2001-09-29 17:00:32 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-29 17:00:32 +0800 |
commit | 60b5ff3d30c90643a2fcd48ab3d24a7a606eb0cb (patch) | |
tree | d6d27899fafa01d092dd5b323389aa2f5407f43c /mail/procmail/files | |
parent | c5e6c810b4e0b6511977244c8b3575aa83a9dbdc (diff) | |
download | freebsd-ports-gnome-60b5ff3d30c90643a2fcd48ab3d24a7a606eb0cb.tar.gz freebsd-ports-gnome-60b5ff3d30c90643a2fcd48ab3d24a7a606eb0cb.tar.zst freebsd-ports-gnome-60b5ff3d30c90643a2fcd48ab3d24a7a606eb0cb.zip |
Upgrade to 3.22
PR: 30881
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'mail/procmail/files')
-rw-r--r-- | mail/procmail/files/patch-aa | 2 | ||||
-rw-r--r-- | mail/procmail/files/patch-ab | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/procmail/files/patch-aa b/mail/procmail/files/patch-aa index 6258b85dcd37..b2bc9a255518 100644 --- a/mail/procmail/files/patch-aa +++ b/mail/procmail/files/patch-aa @@ -23,7 +23,7 @@ # Makefile.0 - mark, don't (re)move this, a sed script needs it -+ .if defined(PACKAGE_BUILDING) ++ .if defined(BATCH) + LOCKINGTEST=/tmp . + .else LOCKINGTEST=__defaults__ diff --git a/mail/procmail/files/patch-ab b/mail/procmail/files/patch-ab index 25bbf4d58922..6307181b6bbe 100644 --- a/mail/procmail/files/patch-ab +++ b/mail/procmail/files/patch-ab @@ -38,11 +38,11 @@ is not found, maildelivery will proceed as normal to the default system mailbox. */ -! #define ETCRC "/usr/local/etc/procmailrc" /* optional global procmailrc startup +! #define ETCRC "%%PREFIX%%/etc/procmailrc" /* optional global procmailrc startup file (will only be read if procmail is started with no rcfile on the command line). */ -! #define ETCRCS "/usr/local/etc/procmailrcs/" /* optional trusted path prefix for +! #define ETCRCS "%%PREFIX%%/etc/procmailrcs/" /* optional trusted path prefix for rcfiles which will be executed with the uid of the owner of the rcfile (this only happens if procmail is called with the -m option, without variable assignments on the command |